Is it possible to have www.mydomain.com mapped to a service, and a subdomain blog.mydomain.com on a dedicated IP for my blog or will the subdomain also be mapped?

没有正确的解决方案

其他提示

DNS handles the domain routing before any HTTP requests take place so yes, you can route "www.mydomain.com" and "blog.mydomain.com" separately. You just have to make sure the "www" and "blog" entries in the DNS record for "mydomain" are set appropriately, the former to your service provider and the latter to your dedicated IP.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top