Skip to content

Instantly share code, notes, and snippets.

@rgo
Created September 6, 2010 21:11
Show Gist options
  • Save rgo/567519 to your computer and use it in GitHub Desktop.
Save rgo/567519 to your computer and use it in GitHub Desktop.
# Deflate for clients that support it.
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch ".*MSIE [1-6].*" !no-gzip !gzip-only-text/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment