chaosua/aowow/master/.htaccess - Htaccess File

chaosua/aowow/master/.htaccess

Order Deny,Allow
<FilesMatch ".(conf|php|tpl|in)$">
  Deny from all
</FilesMatch>
<FilesMatch "^(index|ajax|opensearch).php$">
  Allow from all
</FilesMatch>
# Запрет просмотра некоторых папок
Options -Indexes
# Поддержка UTF8
DirectoryIndex index.php
AddDefaultCharset utf8
<IfModule mod_charset.c>
  CharsetDisable on
  CharsetRecodeMultipartForms Off
</IfModule>
php_value    default_charset                  UTF-8

php_flag display_errors 1
php_value error_reporting 1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache