mod_gzip fix for css not loading
Posted: Tue May 16, 2006 5:27 pm
The old problem of the CSS not loading in the CMS under IE 6 and Win XP SP2 is causing me a problem. I fixed the problem by adding the following into the .htaccess file:
mod_gzip_item_exclude mime ^text/css
This worked well and cured the problems except with one server. It turns out that fix only works with Apache 1.3 and not Apache 2.
I was told by the hosting company that I shouldnt be using mod_gzip for this with Apache 2 but rather mod_deflate so there isnt a 500 Internal error coming up.
Anyone know the correct formatting of the fix since it isnt as simple as changing gzip to deflate as that doesnt work. I havent been able to find any documentation thats clear about this either.
Thanks
mod_gzip_item_exclude mime ^text/css
This worked well and cured the problems except with one server. It turns out that fix only works with Apache 1.3 and not Apache 2.
I was told by the hosting company that I shouldnt be using mod_gzip for this with Apache 2 but rather mod_deflate so there isnt a 500 Internal error coming up.
Anyone know the correct formatting of the fix since it isnt as simple as changing gzip to deflate as that doesnt work. I havent been able to find any documentation thats clear about this either.
Thanks