kimili/No-DB-URL-Shortener/master/.htaccess - Htaccess File

kimili/No-DB-URL-Shortener/master/.htaccess

# Turn on the Rewrite Engine
RewriteEngine On
RewriteBase /

# Handle the link creation bits
RewriteRule ^create.*$ /index.php?create=true [QSA,L]

# A catch-all for any items not found
ErrorDocument 404 /index.php

On Github License

Files

Download PDF of Htaccess file

Comments

Apache