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.

  • 73 Users Found This Useful
Was this answer helpful?

Related Articles

Firefox error: The page isn't redirecting properly

When a page redirects you to an infinite redirect, Firefox will display the error: The page isn't...

Help with my template

Unfortunately, we are not engaged in website creation services. If you cannot solve the problem...

Cron task not working when installing Drupal

To create a cron task, follow these steps: 1. You need to create a cron task in Control Panel -...

Help, I deleted the files.

Backups are automatically created weekly on the Premium plan and daily on the Business plan. You...

How to fix content encoding error?

If your site shows content encoding error it may be due to GZIP compression.Try to enable or...