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:-

  1. error 330 (net::err_content_decoding_failed):
  2. http://stefantsov.com/fixing-err_content_decoding_failed-in-apachephp/
  3. 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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -