Skip to content

Instantly share code, notes, and snippets.

@farnscosnippet
Last active June 8, 2016 17:29
Show Gist options
  • Save farnscosnippet/5750720 to your computer and use it in GitHub Desktop.
Save farnscosnippet/5750720 to your computer and use it in GitHub Desktop.
HTACCESS: Add GZip to Site
#BEGIN Add GZip
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
</ifmodule>
#END Add Gzip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment