Note: This article was originally published in 2013. Some steps, commands, or software versions may have changed. Check the current WordPress documentation for the latest information.
This article explains what does error 330 (net::err_content_decoding_failed) in google chrome means and why it matters for your environment. WordPress is the world’s most popular content management system (CMS), powering over 40% of all websites on the internet.
What does Error 330 (net::ERR_CONTENT_DECODING_FAILED) in Google Chrome means
Lately I have been playing around with WP caching, web compression and the sort. As I was toying with some of the settings I realized my site was throwing error 330 when accessing it from Google Chrome (IE meanwhile just said the site was down). It turns out the error 330 (net::ERR_CONTENT_DECODING_FAILED) is generated when HTTP request’s headers claim that the content is gzip encoded, but it isn’t in fact. At that point what I opted to do is enable IIS dynamic (and static) compression and disable the gZip encoding from the WordPress plugin and that did the trick.
Related Articles
- Changing file permissions and recommendations for WordPress in a Linux system
- How to: Clean your WordPress database from all the empty Yoast WordPress SEO meta data
- Cómo agregar lenguajes adicionales a tu instalación de Wordpress - Multisitio Multired localización
- How to: Connect to a MySql server using SSL from a WordPress Site