Файл: .htaccess
Строк: 24
Options -FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING}
(\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING}
GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING}
_REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php
[F,L]
ErrorDocument 400 /404.php
ErrorDocument 401
/404.php
ErrorDocument 403 /404.php
ErrorDocument 404
/404.php
ErrorDocument 500 /404.php
DirectoryIndex index.php
php_flag
display_startup_errors on
php_flag display_errors on
php_flag html_errors
on
php_value default_mimetype text/html
php_flag register_argc_argv
Off
php_flag register_globals Off
AddDefaultCharset UTF-8
php_value
default_charset UTF-8
php_value upload_max_filesize 2M
php_value
post_max_size 2M
php_value mbstring.func_overload 6
php_flag
display_errors off
php_value error_reporting E_NONE
AddOutputFilterByType
DEFLATE text/html
AddOutputFilterByType DEFLATE
text/plain
AddDefaultCharset UTF-8