How to get a subdomain to point a different server than the main domain
Posted
by alexchoi
on Server Fault
See other posts from Server Fault
or by alexchoi
Published on 2010-04-16T19:46:59Z
Indexed on
2010/04/16
19:53 UTC
Read the original article
Hit count: 191
I have a site at say:
foo.com and I would like the subdomain blog.foo.com to point to fooblog.com
blog.foo.com -> fooblog.com
However, our DNS provider says that if we do an alias such as that, since the provider at fooblog.com does not recognize the name blog.foo.com. We asked if we could just point blog.foo.com at the IP address of fooblog.com and they say the same problem will occur.
Any advice? Due to our configuration we can't really put the blog on foo.com. We are willing to move our hosting and even our domain name hosting if necessary.
--
Yes, I am a n00b when it comes to DNS.
© Server Fault or respective owner