Forum Moderators: coopster
When I installed this, the instructions said very plainly "Gzip does not work, disable it" with no explanation as to why.
The code seems very clean and I'd like to be able to troubleshoot this myself and somehow enable it.
What should I be looking for? What conflicts with gzip?
output_buffering = On
output_handler = ob_gzhandler
zlib.output_compression = Off I also found:
output_buffering = Off
output_handler =
zlib.output_compression = On I also read around WebmasterWorld that gzipping your error pages can be bad. Mine are now gzipped. Does this matter?
As well, I have root access to my server. Should I add this to the server php.ini, or is it fine leaving a new php.ini inside each of my website accounts?