I have a website that used SSI to include php scripts. I had no problems running the scripts and them display the information using SSI. My server made some changes which caused the php scripts to no longer work with SSI. Now when SSI calls a php script I get garbled junk.
The people from the server said: “We enabled a PHP compression option ("zlib") that allows PHP pages to be read in up to 250% faster. This, however, clashes with the php function "ob_gzhandler". Is your script using this?”
Does anyone know how to resolve this problem?
Thanks
Dan