Okula/dzsystem/master/www/.htaccess - Htaccess File

Okula/dzsystem/master/www/.htaccess

php_flag display_errors On
php_value error_reporting 30719

# Запрет к конфигурационному файлу
<Files config.php>
    Order Deny,Allow
    Deny from all
</Files>

# Настройки mod_rewrite
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache