Created
November 12, 2013 17:37
-
-
Save cedricziel/7435228 to your computer and use it in GitHub Desktop.
Remove faulty deflate directives for mod_deflate
This file contains 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
<IfModule mod_deflate.c> | |
# these are known to be safe with MSIE 6 | |
#AddOutputFilterByType DEFLATE text/html text/plain text/xml | |
# everything else may cause problems with MSIE 6 | |
#AddOutputFilterByType DEFLATE text/css | |
#AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript | |
#AddOutputFilterByType DEFLATE application/rss+xml | |
</IfModule> |
merzilla
commented
Nov 12, 2013
AddOutputFilterByType DEFLATE text/html text/plain text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
AddOutputFilterByType DEFLATE application/rss+xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment