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.

  • 47 Users Found This Useful
Was this answer helpful?

Related Articles

Domain has status redemption period / pending delete

The domain is scheduled for deletion, so its validity period has expired and it has not been...

My site is not on search engines

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

#1064 - You have an error in your SQL syntax

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

PHP Fatal error: Cannot redeclare

If you see PHP Fatal error: Cannot redeclare function it means that there is a problem in your...

I can see the old site content after uploading new files

Most likely, your browser keeps old copies in the cache for fast loading of your site. You need...