Domain does not work with "www"

If you cannot access your site using your domain without “www”. (Example.com) but with "www." it won't load, most likely you need to check your DNS zone settings to see if you have an “A” record for the “www” entry of your domain. The "A" record must point to the same IP as the default primary domain. The IP address also appears in the "Your Account Information" section. You can customize the CNAME record: "www IN CNAME yourdomain.com".

Go to Control Panel - DNS Zone Editor and specify the "A" record for "www". It should be like:

www IN A xxx.xxx.xxx.xxx (where xxx is your account IP address)

Or you can specify a CNAME record:

www IN CNAME yourdomain.com.

  • 94 Users Found This Useful
Was this answer helpful?

Related Articles

I am getting Internal Server Error (500)

This error is generalized when there is a problem the server cannot process a request to the site...

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...

My site is not working on this PHP version

You can change the PHP version yourself in the Control Panel. To do this, go to Control Panel -...

My site is not on search engines

This problem is not related to hosting, rather the problem is in the site itself. Please follow...

I see a blank / white page (if the site is built in PHP)

If your site is based on PHP, the most likely cause of the problem is that you missed a symbol...