We enabled gzip and deflate in our local server and it shows correctly in phpinfo like shown below HTTP_ACCEPT_ENCODING gzip,deflate,sdch
We installed the same in our client's server and there was not such entry in phpinfo in the client's server. After some research, we found that our proxy server is blocking this entry in phpinfo. Our company uses a transparent proxy (as most companies would) to control internet traffic. If this proxy is on, HTTP_ACCEPT_ENCODING settings is missing from phpinfo. When we disable our proxy, the same entry is showing in phpinfo in the client server. It seems a bit strange
Can anyone tell us a solution where we can get the same settings even with a proxy turned on?
Thanks in Advance, RT