LeoNero/pin-encurtador/master/.htaccess - Htaccess File

LeoNero/pin-encurtador/master/.htaccess

# Do not remove this line or mod_rewrite rules and search engine friendly URLs will stop working

RewriteBase /

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^([a-zA-Z0-9_-]+)/?$ index.php?short=$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache