With the development of technology, it's getting harder and harder for website issues to occur. However, it is still possible for a website to go down. Websites can go down for many reasons, but all of them it can be classified in two groups:
The solutions listed below are to help both the users who cannot access a website, and website owners whose website misbehaves or is inaccessible.
A low PHP Memory Limit is one of the factors responsible for the 500 Internal Server Error. To fix it:
define('WP_MEMORY_LIMIT', '64M');
Note: If this didn't fix the error, remove the above-mentioned code from the wp-config.php file, save it, and re-upload it to the root directory.
The hosts file enables you to add URLs of webpages you want to block, which will automatically be blocked in every single browser installed in your computer. Also, some viruses can modify the hosts file in order to prevent you from downloading an antivirus software which can find and remove the virus.
All you have to do to fix this issue is to open and modify the hosts file:
My Computer -> Local Disk (C:) -> Windows -> System32 -> drivers -> etc
Open it with Notepad (right-click the hosts file -> Open with -> select Notepad). In the hosts file you will see other addresses which serve as an example and which you MUSTN'T delete. If you find a link associated with the website you want to open or with an antivirus software, delete it and save the changes.
The hosts file enables you to add URLs of webpages you want to block, which will automatically be blocked in every single browser installed in your computer. Also, some viruses can modify the hosts file in order to prevent you from downloading an antivirus software which can find and remove the virus.
All you have to do to fix this issue is to open and modify the hosts file. To modify the hosts file:
If your website is down, run a test to determine if there is an issue with the IP address or not.
To check if there is an issue with the IP address:
Go to network-tools.com, select ping, enter your website URL and check if it returns the correct IP address that belongs to the server where your website is hosted (refer to the documentation that your hosting company sent to you when you first signed up to it).
Also, you can do this test through CMD/Terminal:
Windows:
If the server is alive and reachable, then the result will be something like this:
Reply from IPADDRESSHERE (e.g. reply from 92.52.106.33:) bytes=32 time=12ms TTL=53
This line should repeat four times.
Mac OS:
If the server is alive and reachable, then the result will be something like this:
Reply from IPADDRESSHERE (e.g. reply from 92.52.106.33:) bytes=32 time=12ms TTL=53
The will repeat indefinitely, as long as you don't press and hold Control + C
Check if the IP address you got from the test matches with the one from your hosting documentation. If it does not match, this indicates that the domain name could have expired.
If you receive something like unknown host, then it’s definitely a domain name issue.
In a situation like this, use a website such as Who.is to verify the domain registration details. You will find out when it expired, who owns it at the moment and where it is registered. Then you can contact the domain registrar to reclaim the domain.
Maybe a virus is preventing your browser from working properly or is slowing down your Internet speed and it seems that the website (or all websites) is down.
To learn how to scan for and remove viruses, check out the Viruses / Spywares / Malware solutions.
If your website is hosted by Hostgator and you experience issues you couldn't resolve by yourself, contact their support staff, who will help you resolve the issue and they are available 24/7 for you.
Contact them on:
or via their live chat service
There are two possible reasons for the 401 Unauthorized error. One of them is a misspelled URL, and the other reason is incorrect credentials (username and password).
Firstly, check if you have typed the URL correctly, and then check your login details.
Note: If both, the URL and the credentials are correct and you still see this error, report the issue to the webmaster.
Most websites use resources on other servers. This includes CDN-hosted files, database servers, or remotely-hosted APIs such as those for Google Maps, YouTube, Twitter, advertising services, etc.
If one of those is down, that can cause your website to go down as well. Before taking any other action, make sure that every other resource you use on your website is available.
If you don’t receive the email in the next 2 minutes please check your junk folder, and add [email protected] to your safe sender list.