datanduth/web-tutorial/master/mvc_example/.htaccess
Options -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^(index.php|content|app|robots.txt)
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
Files
