Commit 9becc73c7c0d97d5922fc6e5c479419048fa9f7f
1 parent
177a1f19
htaccess
Showing
1 changed file
with
0 additions
and
32 deletions
Show diff stats
.htaccess deleted
| 1 | -AddDefaultCharset utf-8 | ||
| 2 | - | ||
| 3 | -<IfModule mod_deflate.c> | ||
| 4 | - AddOutputFilterByType DEFLATE text/plain | ||
| 5 | - AddOutputFilterByType DEFLATE text/html | ||
| 6 | - AddOutputFilterByType DEFLATE text/xml | ||
| 7 | - AddOutputFilterByType DEFLATE text/css | ||
| 8 | - AddOutputFilterByType DEFLATE application/xml | ||
| 9 | - AddOutputFilterByType DEFLATE application/xhtml+xml | ||
| 10 | - AddOutputFilterByType DEFLATE application/rss+xml | ||
| 11 | - AddOutputFilterByType DEFLATE application/javascript | ||
| 12 | - AddOutputFilterByType DEFLATE application/x-javascript | ||
| 13 | - BrowserMatch ^Mozilla/4 gzip-only-text/html | ||
| 14 | - BrowserMatch ^Mozilla/4\.0[678] no-gzip | ||
| 15 | - BrowserMatch \bMSIE !no-gzip !gzip-only-text/html | ||
| 16 | - Header append Vary User-Agent | ||
| 17 | - RewriteEngine On | ||
| 18 | - AddEncoding gzip .gz | ||
| 19 | - RewriteCond %{HTTP:Accept-encoding} gzip | ||
| 20 | - RewriteCond %{REQUEST_FILENAME}.gz -f | ||
| 21 | - RewriteRule ^(.*)$ $1.gz [QSA,L] | ||
| 22 | -</IfModule> | ||
| 23 | - | ||
| 24 | -<IfModule mod_gzip.c> | ||
| 25 | - mod_gzip_on Yes | ||
| 26 | - mod_gzip_dechunk Yes | ||
| 27 | - mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$ | ||
| 28 | - mod_gzip_item_include mime ^text\.* | ||
| 29 | - mod_gzip_item_include mime ^application/x-javascript.* | ||
| 30 | - mod_gzip_item_exclude mime ^image\.* | ||
| 31 | - mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* | ||
| 32 | -</IfModule> | ||
| 33 | \ No newline at end of file | 0 | \ No newline at end of file |