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.

  • 252 Users Found This Useful
Was this answer helpful?

Related Articles

I am getting access error when importing database via phpMyAdmin

If an access error is displayed when you try to import a MySQL database backup via phpMyAdmin, it...

Help, Adsense is not showing

If your ad is not showing, please make sure you paste the code between the "body" tags. If you...

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

Ping command and tracert (traceroute) how to use correctly?

The ping command is used to check the availability of network resources. Most often it is needed...

I see question marks and incomprehensible symbols on the site

If incomprehensible characters are displayed on your site, this is due to incorrect encoding of...