Skip to content

Commit

Permalink
add more gzip filter type
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonw committed Mar 29, 2011
1 parent 754e923 commit 3b035ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/.htaccess
@@ -1,6 +1,8 @@
# Compress the content using Gzip
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Expand Down

0 comments on commit 3b035ca

Please sign in to comment.