datanduth/web-tutorial/master/mvc_ci_example/.htaccess - Htaccess File

datanduth/web-tutorial/master/mvc_ci_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/$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache