Qybercom/quark/master/.htaccess - Htaccess File

Qybercom/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 All -Indexes

<FilesMatch ".*.(php|log|qd|ini)$">
Order Deny,Allow
Deny from All
</FilesMatch>

<Files "index.php">
Order Deny,Allow
Allow from All
</Files>

AddDefaultCharset utf-8

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache