My domain is the “naked” domain “congral.tech” and I would like to set the Digital Ocean DNS settings to point to the subdomain “blog.congral.tech” How do I do that?
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Thanks for responding @bobbyiliev. My domain is hosted at Namecheap, and i changed the nameservers there to point to DigitalOcean nameservers. I also used the DigitalOcean domain management tool to add the A record, which maps the subdmain “blog.congral.tech” to the IP address of the droplet hosting the Ghost server.
Hi there @nikolajivancicShark,
Technically speaking you can’t point the root domain name to a subdomain name directly via DNS. What you could do is set up a 301 redirect, but for that, you need to have a web server like Nginx or Apache and also point your root domain to the server IP address.
Another thing you could do is to use Cloudflare as they have some mechanism in place which allows users to point the root domain name to a subdomain via a CNAME record.
Regards, Bobby