Unfortunately our client's website is hosted on a shared server which runs Apache 1.3
On 26 February 2010 12:50, Dmitry Ruban <[email protected]> wrote: > He probably runs freebsd... > > Anyway my guest would be does "AllowOverride" set to "All" for web > directory? > > > Stig Manning wrote: > >> Sorry just realised you were using Apache 1.3 with mod_gzip. >> You could aways install Apache2 & mod_deflate to fix the problem ;) >> >> -Stig >> >> Stig Manning wrote: >> >>> Hi Chris, >>> >>> I had just set this up yesterday, incompatible IE6 restrictive >>> mod_deflate config looks like: >>> >>> <IfModule mod_deflate.c> >>> BrowserMatch ^Mozilla/4 gzip-only-text/html >>> BrowserMatch ^Mozilla/4\.[0678] no-gzip >>> BrowserMatch \bMSIE\s(7|8) !no-gzip !gzip-only-text/html >>> AddOutputFilterByType DEFLATE text/html text/plain text/xml >>> </IfModule> >>> >>> Basically it adds restriction for Mozilla 4.__ (including IE6, 7, 8) but >>> then removes the restriction if there is MSIE 7 or 8 in the user agent >>> header. >>> >>> Cheers, >>> Stig >>> >> >> > -- > NZ PHP Users Group: http://groups.google.com/group/nzphpug > To post, send email to [email protected] > To unsubscribe, send email to > [email protected]<nzphpug%[email protected]> > -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
