- Mak sure yourDomain.com does not expire.
- Make sure yourDomain.com resolve to the server you are using. You can test it easily by put sample HTML file on /public_html and call to it.
- Make sure no redirect occurs on http://www.yourDomain.com. Check your configuration on .htaccess file.
- Make sure not has password protected directory on public_html which require user name
and password to access the website. While publishing the RVSiteBuilder
project, it need to be disabled. Check your configuration on .htaccess file.
- Contact your hosting provider to ensure outgoing TCP port 80 is opened.
If none of above fix the issue, please contact your provider to SSH to the server as root and run this command.
curl -I yourDomain.com:80
Replace yourDomain.com with your real domain name. And submit support ticket with the result of the above command.