Wednesday 14 December 2016

ERR_CONTENT_DECODING_FAILED

If you are getting the error as ERR_CONTENT_DECODING_FAILED while accessing the domain then add the below extension in php.ini 
+++++++++++++++++
zlib.output_compression = On
+++++++++++++++++
Then restart the httpd. This should resolve the issue. 

No comments:

Post a Comment

ERR_CONTENT_DECODING_FAILED

If you are getting the error as ERR_CONTENT_DECODING_FAILED while accessing the domain then add the below extension in php.ini  ++++++++...