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>
Files
