I have Zlib compression enabled server wide by setting zlib.output_compression=on in php.ini.
I prefer to set our server up that way because I host so many domains that can take advatage of it.
I ran into a problem on one domain though that uses a remote service that collects data from contact forms.
When the service passes the results back to the domain, the results are not decompressed on Netscape.
Is there an easy way to keep compression enabled server wide but dissable it for a specific page on a domain?
Thanks.