Hello. I have a page with gzip and in my php index file i have ob_start('ob_gzhandler');
[HTTP_ACCEPT_ENCODING] has value gzip,deflate and even that i receive in some refresh case that error about Encoding.
In htacces i added php_value zlib.output_compression Off and nothing. Any ideea how to fix that?
Thanks.