dttwois6098 2016-06-28 11:47
浏览 214

如何在Wamp中修复-ERR_CONTENT_DECODING_FAILED

I have Drupal7 site. It was running fine with no issues. But suddenly I am getting

This site can’t be reached The webpage at http://localhost:8080/mysite/ might be temporarily down or it may have moved permanently to a new web address. ERR_CONTENT_DECODING_FAILED

Its not the issue in any specific browser, but same error with any 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 but same error persists.

Its been now about 24hours getting this error.

What should I do now to get rid of this error & re-run my site smoothly.

Other Info

  • Drupal 7
  • wamp 2.5
  • php5.5.12

Any help highly appreciated.

  • 写回答

2条回答 默认 最新

  • doufei9805 2016-06-28 12:03
    关注

    Error 330 seems to be linked to when a site's HTTP response headers claim that the content is gzip encoded, but it isn’t. Are you using gzip compression? Try turning it on, or off via the htaccess file, or check here for other alternative ways to enable it. https://varvy.com/pagespeed/enable-compression.html

    评论

报告相同问题?

悬赏问题

  • ¥15 GDI处理通道视频时总是带有白色锯齿
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序
  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 Revit2020下载问题
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
  • ¥15 单片机无法进入HAL_TIM_PWM_PulseFinishedCallback回调函数