I would like to set up my web app to use the www subdomain as my primary url. I’ll be using a separate service to handle 301 redirects from apex domain to www subdomain (example.com -> www.example.com). What is the correct way to set up the DNS records for my www subdomain? Should my subdomain have “A” and “AAAA” records pointing to the IP address set up for my naked/apex domain? Or should my subdomain be a “CNAME” pointing to the starter domain generated by my app? (ex. example.test.ondigialocean.app)
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.
Hi there,
What you would need to do is to first add your subdomain name as a custom domain name for your App as described here:
https://docs.digitalocean.com/products/app-platform/how-to/manage-domains/
And then, as you mentioned you would need to add a CNAME record for your subdomain name to point to the App hostname.
Note that, after the DNS change it could take up to a few hours for the DNS cache to clear over the Globe before you could see the new record:
https://www.digitalocean.com/community/tools/dns
Hope that this helps!
Best,
Bobby