
My website is down: what to do?
At some point, you might find your website not working after the latest changes made or for no obvious reason.
You can always get in touch with our Live Chat agents for the prompt assistance. But if you are the curious one and would like to get a better understanding of how things work and how to fix them yourself next time, this guide will be helpful for you as we have covered here the most common ‘website down’ cases and ways to resolve them:
- Server Not Found, Website Unavailable
- Server connection timed out, the connection was reset
- 500 Internal Server Error
- 508 Resource Limit is Reached
- 403 Forbidden
- White blank page
- 400 Bad Request
- 404 Not Found
- 507 Insufficient storage
- Parking page (instead of valid content)
- Your connection is not secure
- Corrupted WordPress admin dashboard
Server Not Found, Website Unavailable
Does the website work in other browsers?
If the website does not come up in various browsers (Chrome, Firefox, Safari, etc.), try checking it with https://dnschecker.org or different proxy services:
http://anonymouse.org
http://kproxy.com
https://zend2.com
If some of your browsers display the website and some don’t, the browser cache is to blame. Follow the guidelines to clear it and check again.
Works in online proxies but not in your browsers?
Most likely, the issue is related to the DNS propagation. It is caused by the domain’s DNS zone change and may take up to 24-48 hours to be completed. This is a fully independent process that includes updating servers’ DNS caches all over the world. That is why it may take so much time.
The propagation process is performed automatically, and it cannot be influenced, unfortunately.
While waiting, you can also try clearing the computer DNS and browser cache and checking the website again.
Do not want to wait? Go ahead and edit the local hosts file to bypass the DNS propagation forcing the domain to be resolved directly onto the server.
Does not work in other browsers, proxies, devices?
Check if your domain is correctly pointed to the server.
If it is and DNS propagation has passed a long time ago, global issues on the server your domain is hosted on might be taking place. These issues may be caused by scheduled or unscheduled maintenance, software update, or temporary technical issues.
The best way to find out if there are any global issues is to check the server your account is located on and refer to our status page.
Look through the recent posts and find if any of them is related to your server. When found, the latest updates and ETA on the handling can be found below the post.
If no status post is found, most likely the issue is not a global one and needs further investigation.
500 Internal Server Error

The most common reasons for this error are:
1. Incorrect .htaccess directives;
2. Incorrect file/folder permissions;
3. Overusage of account resources (RAM, CPU);
4. Rarely, a triggered mod_security rule.
508 Resource Limit is Reached

It means that your website is hitting the LVE limitations.
In this case, contact us via HelpDesk and we will investigate the issue for you.
403 Forbidden
- incorrect file/folder permissions;
- deny rules in .htaccess;
- suspicious activity on your website front- or back-end which was blocked by ModSecurity;
- the /xmlrpc.php file that was temporarily blocked on our end;
- block due to phishing/malware. Contact our Support Team to check whether this type of block was applied to your site.
Error 403 Forbidden Request forbidden by administrative rules indicates that the request has been blocked in one of the security services used on our server. So if you receive it on your website, contact our support team for further investigation.
Blank page on the website

It is usually caused by PHP errors which you can check in the error_log file located in the domain web root directory. The output contains a lot of useful information: path, database schema, exact file and line where the error appears, etc.
PHP Selector also allows you to enable error reporting right on your website page. You should checkmark display_errors in PHP Options:

Reload your home page and check PHP errors/warnings that appeared.
In most cases, such an issue is caused by a theme/template or a plugin/component/addon. Try changing or disabling them to see if the error goes away.
The blank page can also be caused by incorrect file/folder permissions.
If you are unsure about the cause, get in touch with us and we will point you in the right troubleshooting direction.
400 Bad Request
The 400 Bad Request status code indicates that the server is unable to process the request due to something that is perceived to be a client-side error.
The most common reasons for this error are:
- URL string syntax error;
- corrupted browser cache & cookies;
- DNS Lookup cache;
- file size is too large;
- a conflict between browser extensions.
5. Deactivate browser extensions. If you have browser extensions installed that affect website cookies then these could cause the issue. Try temporarily disabling them to see if it makes a difference.
404 Not Found
The most common reason for an error 404 message is when website content was removed or moved to another URL. There are also other reasons why an error message could appear, namely:
- the URL or its content was either deleted or moved (without adjusting any internal links accordingly);
- the URL was written incorrectly, linked incorrectly, or typed into the browser incorrectly;
- the entered domain name doesn’t exist;
- .htacess file and rules inside/or their absence can cause 404 error (like in WordPress, absence of the default WordPress rules can cause 404 on pages, or like in Laravel, etc.);
- in rare cases, the issue may be connected with ModSecurity.
3.Update your WordPress site’s permalinks. This can be done through the WordPress dashboard. All you need to do is go to Settings >> Permalinks and click Save Changes (you don’t need to make any changes, clicking Save Changes is enough).
507 Insufficient storage
The 507 Insufficient Storage error is a 50x series status code that indicates database and file system errors.
Any of the following can cause this particular issue:
- outdated plugins or themes on WordPress websites;
- low server resources such as disk space;
- limitation in the RAM.
2. Optimize the databases and make sure they have enough space on disk for temporary files. Here you can find how to optimize databases for the most popular CMS.




