I can’t enter the site, it doesn’t work. What to do?

Sometimes your site may become unavailable and it may not be displayed for you.

Here are the steps to help you see your site if it's a local issue:

- Clear your browser cache.
- Use a different browser.
- Use a different device / computer.
- Restart your modem or router.
- Disable all firewalls and anti-virus programs.
- Use Google's public DNS. A guide on how to use it is available at https://developers.google.com/speed/public-dns/docs/using.
- Check your website with online tools such as: http://downforeveryoneorjustme.com/
- Try to access the website through a proxy server: https://hide.me/en/proxy.

If none of the above steps helped you see your site, please contact us directly by sending a request to technical support or via chat in your account.

  • 10 Users Found This Useful
Was this answer helpful?

Related Articles

I see HTTP code 200 when debugging a site

If you see a '200 OK' code while debugging your site, it means that your site is working fine....

Error 502 Bad Gateway nginx and why does it occur?

If this error occurs, then HTTP requests from clients to your site are going through some kind of...

#1064 - You have an error in your SQL syntax

Error 1064 occurs when MySQL version does not match. The simplest solution is to enable...

How do I turn off short open tags?

To disable short opening tags, you need to add the following code to your .htaccess file:...

Help, the cron is not working

If you run a job through PHP, for example php -f /home/username/public_html/file.php and you...