Skip to content

Instantly share code, notes, and snippets.

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 steveosoule/1749500d758c596c5f6c to your computer and use it in GitHub Desktop.
Save steveosoule/1749500d758c596c5f6c to your computer and use it in GitHub Desktop.
.htaccess mod_deflate gZip compression
# ----------------------------------------------------------------------
# gZip Compression with mod_deflate
# ----------------------------------------------------------------------
<ifmodule mod_deflate.c>
<FilesMatch ".(js|css|html|htm|php|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
</ifmodule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment