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.
This blog will be helpful in solving the most basic issues that occur in the websites.
If you are getting the error as ERR_CONTENT_DECODING_FAILED while accessing the domain then add the below extension in php.ini ++++++++...