GZIP – Your server may not have the “deflate” module enabled
-
Hi,
Firstly, thanks for a great plugin.So far, I’ve discovered just one function – GZIP – that hasn’t worked. I’ve confirmed w/ my webhost by going into WHM and seeing that the mod_deflate Apache module has been installed. However, after applying the Automatic htacess updating, I get the error that GZIP isn’t working. I also tried copy and pasting manually the code provided (in the plugin GZIP test page) into htacess, and have separately added the following at the top of my htaccess without any luck:
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/opentypeLooking fwd to any ideas,
Much appreciated in advance,Darren
- The topic ‘GZIP – Your server may not have the “deflate” module enabled’ is closed to new replies.