Hello,
I currently have a domain that I bought from NameSilo that I use for my Netlify app (Netlify app URL: blissful-wiles-087f93.netlify.com). A while back I configured the domain to use Netlify’s NameServers instead of NameSilo’s so going to my website goes to my Netlify app. Right now however, I would like my Netlify app to point to the main domain of the website, while having a subdomain point to a different IP address for something else, in other words:
mysite.com → Netlify app
subdomain.mysite.com → My other server
To accomplish this, I tried doing a few things. First, I added an A record on Netlify DNS config to point to the ip address, but this did not work. Secondly, I tried removing Netlify’s NameServers from the NameSilo DNS config, and used NameSilo’s servers instead. I then added a CNAME record on NameSilo config to point to my Netlify app (blissful-wiles-087f93.netlify.com), with a TTL of 3600. However my site doesn’t load like this either.
Does anyone know why the latter approach isn’t working? And if there are better approaches to solve the problem I’m having?