Skip to content

Instantly share code, notes, and snippets.

@adamkirkwood
Forked from ultraspeed/gist:282826
Created January 26, 2010 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamkirkwood/287043 to your computer and use it in GitHub Desktop.
Save adamkirkwood/287043 to your computer and use it in GitHub Desktop.
# Requires mod_deflate
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment