sindizaurs123/framework/master/public/.htaccess - Htaccess File

sindizaurs123/framework/master/public/.htaccess

#php_value display_errors 1
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^$ index.php?/ [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php?/$1 [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache