How To Fix No Healthy Upstream Error In WordPress | Easy Fix In 2021

How To Fix No Healthy Upstream Error In WordPress
Image Taken From dreamstime.com

Facing a No Healthy Upstream Error? Don’t worry we’ll tell you How To Fix No Healthy Upstream Error In WordPress

A website error is such a big headeache when you are running a self hosted website without any professional team to manage it – you start losing both your oncoming traffic and current established seo. There are many errors that might occur on your website or server including the common 301 and 404 errors. No Healthy Upstream isn’t a common issue and most of the people stay unaware about it. By continue reading this article, you’ll learn about What causes the No Healthy Upstream Error & what one can do about that.

What is the Root Cause Of No Healthy Upstream Error

Usually, the No Healthy Upstream error is caused by any type of mis configuration, or wrong rules set in the .htaccess file presen in your root directory. In wordpress, this error can be occured when you manually try to delete a plugin such as W3 Total Cache. We tested this and found out that when we manually deleted that plugin through accessing the main directory of the test website, the caching rules were unable to get removed from .htaccess which showed us a “No Healthy Upstream Error”. If you are facing the same issue just don’t panick, we have a solution for you.

How to fix this error?

How To Fix No Healthy Upstream Error In WordPress

You don’t have to do anything, so far if you have identified the error is caused by you manually deleting any other plugin or W3 Total Cache, then good & if you still haven’t found out what caused the issue then its still ok. To fix this, just access your wordpress website directory through any FTP client and find .htaccess file of your website. It is usually in the main root folder inside htdocs. If you are unable to find .htaccess file so far, then use FileStash FTP client as it has a search feature.

Open your .htaccess file and find any rule set by that plugin you just messed up with or if you dont know what plugin caused the error, then delete all the code inside the file but leave each line of code inside #Begin WordPress and #End WordPress comments as it shouldn’t be deleted or else wordpress will stop functioning. So far so good, if you have dont everything allright then you should see your website up & running again as soon as you refresh the page.

What is the cause of No Healthy Upstream Error?

Usually, the No Healthy Upstream error is caused by any type of mis configuration, or wrong rules set in the .htaccess file presen in your root directory. In wordpress, this error can be occured when you manually try to delete a plugin such as W3 Total Cache.

How To Fix No Healthy Upstream Error?

Just remove the all the rules set by that issue causing plugin from .htaccess file and you’re all set!

Where is .htaccess file located?

In wordpress .htaccess file is located in the Root Folder of your wordpress website.

Comments