madisodr/drunken-mvc/master/.htaccess - Htaccess File

madisodr/drunken-mvc/master/.htaccess

RewriteEngine on 
RewriteBase /draft_mvc/
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond $1 !^(images|photos|css|js|robots.txt) 
RewriteRule ^(.*)$ /index.php?url=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache