10 lines
438 B
Plaintext
10 lines
438 B
Plaintext
<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>
|