Skip to content

Instantly share code, notes, and snippets.

@jerome
Forked from ultraspeed/gist:282826
Created January 24, 2010 16:21
Show Gist options
  • Select an option

  • Save jerome/285288 to your computer and use it in GitHub Desktop.

Select an option

Save jerome/285288 to your computer and use it in GitHub Desktop.
apache gzip
# 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