# php_value default_charset UTF-8 
# php_flag register_globals Off
# php_flag display_errors Off
# php_value error_reporting 0
# php_flag file_uploads On
# allow_url_include=1
# allow_url_fopen=1
# php_value memory_limit 256M
# ExpiresActive On
# ExpiresByType application/javascript "access plus 1 year"
# ExpiresByType text/javascript "access plus 1 year"
# ExpiresByType text/css "access plus 1 year"
# ExpiresByType image/gif "access plus 1 year"
# ExpiresByType image/jpeg "access plus 1 year"
# ExpiresByType image/png "access plus 1 year"
# Header set Cache-control: private
# Header set Cache-control: public
# BrowserMatch "MSIE" force-no-vary
# BrowserMatch "Mozilla/4.[0-9]{2}" force-no-vary
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
<ifmodule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_item_include file \.js$
mod_gzip_item_include file \.css$ </ifmodule>
</IfModule>
<IfModule mod_headers.c>
<FilesMatch .(ico|pdf|flv|jpg|jpeg|png|gif|swf)$="">
Header set Expires "Wed, 13 Dec 2012 01:00:00 GMT"
</FilesMatch>
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
Header set Cache-Control "max-age=29030400, public"
</FilesMatch>
<FilesMatch "\.(xml|txt|css|js)$">
Header set Cache-Control "max-age=29030400, proxy-revalidate"
</FilesMatch>
<FilesMatch "\.(html|htm|txt)$">
Header set Cache-Control "max-age=29030400, must-revalidate"
</FilesMatch>
</IfModule>
RewriteEngine on
 RewriteCond %{HTTP_HOST} !^nova.ciwa.ru$
 RewriteRule ^(.*) http://nova.ciwa.ru/$1 [R=301,L]
AddDefaultCharset utf-8
ErrorDocument 403 http://kip4ak.h2m.ru
ErrorDocument 404 http://nova.ciwa.ru
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 64.131.

deny from 82.145.211.22
deny from 91.207.244.44
