php - how to fix -ERR_CONTENT_DECODING_FAILED in Wamp -
i have drupal7 site. running fine no issues. getting
this site can’t reached webpage @ http://localhost:8080/mysite/ might temporarily down or may have moved permanently new web address. err_content_decoding_failed
its not issue in specific browser, same error browser.
checked links:-
- error 330 (net::err_content_decoding_failed):
- http://stefantsov.com/fixing-err_content_decoding_failed-in-apachephp/
- https://www.howtoforge.com/firefox-content-encoding-error-google-chrome-error-330-net-err_content_decoding_failed-unknown-error
i tried reinstall, reimport database etc things same error persists.
its been 24hours getting error.
what should rid of error & re-run site smoothly.
other info
- drupal 7
- wamp 2.5
- php5.5.12
any highly appreciated.
error 330 seems linked when site's http response headers claim content gzip encoded, isn’t. using gzip compression? try turning on, or off via htaccess file, or check here other alternative ways enable it. https://varvy.com/pagespeed/enable-compression.html
Comments
Post a Comment