I checked that the feature was active in Joomla . This is in
> admin
> click on 'site'
> drop down to 'global configuration'
> click on 'server' tab
> and make sure the 'GZIP Page Compression' radio button is ticked.
What I did to solve the issue was to untick this feature and do the gzip by .htaccess instead.
Here's a guide on to do this 'use gzip in .htaccess'
in short you need to use this code in .htaccess
SetOutputFilter DEFLATE
No comments:
Post a Comment