saivarunk/quark/master/.htaccess - Htaccess File

saivarunk/quark/master/.htaccess

php_flag display_errors on
php_value error_reporting -1

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php
</IfModule>

Options -Indexes

AddDefaultCharset utf-8

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache