Skip to content

Instantly share code, notes, and snippets.

@deeman
Last active August 18, 2019 12:59
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 deeman/03bd4da7e3b4b60da3e847d3bc9d9fd1 to your computer and use it in GitHub Desktop.
Save deeman/03bd4da7e3b4b60da3e847d3bc9d9fd1 to your computer and use it in GitHub Desktop.
.htaccess | Activate mod_deflate
#Activate support for "mod_deflate".
<IfModule mod_deflate.c>
<FilesMatch "\\.(js|css|html|htm|php|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
@deeman
Copy link
Author

deeman commented Aug 18, 2019

Copy/Paste code into your ".htaccess"-file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment