Hi folks, just a quick question.
I have added my domain via Networking panel in www.domain.com format. Now when i try to access the non www version (aka domain.com) i get an DNS error saying that DNS host address couldnt be found (of course, pinging it doesnt work).
How to sort this out? Is it via CNAME entries or directly via nginx?
Thanks!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
after save wait 1 or 2 hours , then try ping
You should add non-www version to Networking instead of www version.
Write down records for your current domain, delete it from Networking and add non-www version to Networking (e.g.
example.com
).To make www version works, go to that domain and add CNAME record with Name
www
and Value@
.With this, both versions should work. You could have to wait some time for DNS propagation (update) to occur.