Htaccess File

datanduth/web-tutorial/master/mvc_example/.htaccess

REQUEST_FILENAME
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]
Exit mobile version