I’ve created two A records in DigitalOcean web DNS config it looks like this: @ XXX.XXX.XXX.XXX www.mysite.com XXX.XXX.XXX.XXX
But only mysite.com (without www) is reacheable and i can ping it.
nslookup also can’t find www.mysite.com
what should i do to enable www subdomain?
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.
Hello All,
Since this is a pretty big question, I’ll write an answer that covers all topics in the answer section.
DNS with DigitalOcean
Adding a domain you own to your DigitalOcean account lets you manage the domain’s DNS records with the control panel and API.
To set up a domain with DigitalOcean, you need to add it (and any of its existing DNS records) to the control panel. In order for those DNS settings to be picked up, you need to have DigitalOcean’s Nameservers configured on the Domain
To edit your Domain’s Nameservers, you need to access your account with your registrar. Basically, where you Domain was bought from. In there change the Nameservers of the domain to the ones mentioned. Once you do, all records you’ve added in your DigitalOcean’s account for that domain will start working.
Please note that, DNS propagation can take up to 48 hours in certain places so be patient.
This comment has been deleted
Another tech for this problem <br> <br>hostname = www <br>ip address = xxx.xxx.xxx.xxx <br> <br>will for me.