Report this

What is the reason for this report?

Not able to access WWW domain even with CNAME

Posted on July 15, 2017

I added a WWW record as CNAME to @ in the Networking panel in DigitalOcean and I am unable to access my domain with www.domain.com (it simply says “This site can’t be reached” no redirect loops"). I am able to access my domain as domain.com though.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Strangely, using the NS command, it shows my domain pointing to default NameCheap servers; however, I am confident that I pointed correctly to the DigitalOcean name servers. The A command shows my domain pointing to my web server. (My A record is on DigitalOcean, not NameCheap)

And yes, I believe I have the domain correctly setup for my web server.

Do you need the domain?

Thank you for your help and your time!

Hi @danzamoshchin

Without have the domain, it’s a little difficult to assist, but try running these commands to make sure the DNS is correct:

dig yourdomain.com NS

dig yourdomain.com A

dig www.yourdomain.com CNAME

And do you have www.yourdomain.com enabled in your web server as well as yourdomain.com?

Here is my .htaccess

#Force www: RewriteEngine on RewriteCond %{HTTP_HOST} ^playhorrorgames.com [NC] RewriteRule ^(.*)$ http://www.playhorrorgames.com/$1 [L,R=301,NC]

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.