When ZLib compression is turned on within PHP (zlib.output_compression = On in php.ini) users using a proxy server will receive the following error.
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
Non EE pages will display fine. They only get this message from pages being served through EE.
Does anyone have a solution to make this work?
We would like to keep using ZLib (gzip) compression since it helps increase the page load for our users, reduces load on the routers as well as has reduced our bandwidth utilization in half.