Commit 4a2c9e70b458979e8508b1aa1bbe5ad27900db08

Authored by Yarik
1 parent 6d577a16

htaccess fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.htaccess
... ... @@ -132,7 +132,7 @@ RewriteCond %{HTTP:Accept-encoding} gzip
132 132 RewriteCond %{REQUEST_FILENAME}.gz -f
133 133 RewriteRule ^(.*)$ $1.gz [QSA,L]
134 134 </IfModule>
135   - Cache-Control
  135 +# Cache-Control
136 136 <ifModule mod_headers.c>
137 137 # 30 дней
138 138 <filesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
... ...