Created
January 31, 2015 18:30
-
-
Save Cipa/97a8630289afbc3ce623 to your computer and use it in GitHub Desktop.
enable gzip i htaccess if gzip and deflate are installed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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