Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.2.1.1. Error ERR_CONTENT_DECODING_FAILED
If you get an "ERR_CONTENT_DECODING_FAILED" error when opening the site in your browser, the reason may be that gzip compression is enabled in the admin panel of the site itself. Since compression is enabled by default on the hosting, enabling compression on the site results in the data being compressed twice and the browser being unable to extract it.
To fix the situation, do the following:
- Open the site configuration file.
- Find the following line:
public $gzip = '1'; - Replace
1with0so that it looks like this:public $gzip = '0'; - Check the site operation.