php_value error_reporting 0
php_flag display_errors Off
php_value default_charset UTF-8
php_flag register_globals On
DirectoryIndex index.php
Options -Indexes

ErrorDocument 500 http://owapix.ru
ErrorDocument 408 http://owapix.ru
ErrorDocument 405 http://owapix.ru
ErrorDocument 404 http://owapix.ru
ErrorDocument 403 http://owapix.ru
ErrorDocument 401 http://owapix.ru

RewriteEngine On
Options +FollowSymlinks
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING} http:.*\/.*\/ [OR]
RewriteCond %{QUERY_STRING} ..*\/ [OR]
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]