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.

  • 46 Users Found This Useful
Was this answer helpful?

Related Articles

MySQL server does not work! (Error 28)

Please try to start restoring the database by going to Control Panel - Databases, select the...

Help, my site has been hacked!

If your account has been hacked, be sure that this is not related to the security of the server....

How can I turn off PHP error output?

To disable error output in your script, use: error_reporting (0); Remember that you need to...

Help, I can not install the Joomla components!

This is a known Joomla issue where components cannot be installed through the browser window....

Where can I see the CPU logs of the processor?

Our hosting does not keep logs of CPU usage of the processor at the moment.When an account starts...