Skip to content

Instantly share code, notes, and snippets.

@Cipa
Created January 31, 2015 18:30
Show Gist options
  • Save Cipa/97a8630289afbc3ce623 to your computer and use it in GitHub Desktop.
Save Cipa/97a8630289afbc3ce623 to your computer and use it in GitHub Desktop.
enable gzip i htaccess if gzip and deflate are installed
#compress all text & html:
AddOutputFilterByType DEFLATE text/html text/plain text/xml
<Files *.html>
SetOutputFilter DEFLATE
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment