ThauEx/url-shortener/master/.htaccess - Htaccess File

ThauEx/url-shortener/master/.htaccess

RewriteEngine on
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php

#<Files "admin">
#AuthName "Restricted Area" 
#AuthType Basic 
#AuthUserFile /path/to/.htpasswd
#require valid-user
#</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache