Файл: virtles.ru/.htaccess
Строк: 22
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 /400.shtml
ErrorDocument 401
/401.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 404
/404.shtml
ErrorDocument 500 /500.shtml
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