fk-mbc/angular-codeigniter-rest/master/client/.htaccess - Htaccess File

fk-mbc/angular-codeigniter-rest/master/client/.htaccess

#php_flag display_startup_errors on
#php_flag display_errors on
#php_flag html_errors on
DirectoryIndex index.php

RewriteEngine On
RewriteBase /
RewriteRule ^index.html?$ / [NC,R,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]  

#<Files "index.php">
#AcceptPathInfo On
#</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache