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]
Files

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]