Skip to content

Instantly share code, notes, and snippets.

@brtdv
Created March 5, 2013 08:09
Show Gist options
  • Save brtdv/5088742 to your computer and use it in GitHub Desktop.
Save brtdv/5088742 to your computer and use it in GitHub Desktop.
Add GZIP compression to HTTP requests in the .htaccess
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
</ifmodule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment