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]

Reply via email to