I want set up a subdomain on digital ocean (the domain is with whogohost), I already configured Apache to serve the files. However, when I try to access it, I get a ‘Non-existent domain’ error. The DNS A record for @ and www to point to my DO IP are set in my droplet networking.
the main domain from my whogohost is accessible I don’t where the issue is coming from
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.
Heya,
Can you please post your domain’s Apache configuration? It’s either that or your DNS is not configured and your A record is not pointing to your Dropet.
Heya, @faisolbello
You can use https://dnschecker.org and enter
blog.yourdomain.com
— select A record. It should return your droplet IP.If it says “not found” or shows old IPs, wait a bit or recheck the DNS record on WhoGoHost.
Regards