how hard is it to create a sub domain with little to no experience
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 @teambeternal-life
Adding a sub-domain is an easy process. As Bobby mentioned you’ll need to add DNS as the first step. The process involves adding an A record for the sub-domain. If you’re meaning your DNS with DigitalOcean you can follow the link
https://docs.digitalocean.com/products/networking/dns/how-to/manage-records/
If DNS is managed by a third-party you can follow their knowledgebase on how to add the record.
From there you need to add the sub-domain on your server and deploy the site/app content.
Regards
Hi there,
It really depends on what exactly you want to do with that specific sub-domain name, but in general, all that you would need to do in terms of the DNS configuration is to add an A record for your subdomain name in your DNS zone.
For more information, you can follow the steps here:
https://docs.digitalocean.com/products/networking/dns/how-to/manage-records/
Hope that this helps!
Best,
Bobby