Map a domain to another subdomain - Rackspace

Posted by Gorgi Rankovski on Server Fault See other posts from Server Fault or by Gorgi Rankovski
Published on 2012-12-11T23:26:09Z Indexed on 2012/12/12 17:07 UTC
Read the original article Hit count: 524

Filed under:
|
|

I am using a subdomain as a parameter to an ASP.NET MVC 4 application. It's working well.

Now I need to test my approach, so I have the application hosted on appharbor. It works well with subdomains here too. Our DNS registers are on Rackspace, but I have no control over it. Another guy is responsible for that. So, myapp.apphb.com can be accessed through myapp.com. Also abc.myapp.com is working as expected. I use abc as a parameter.

So, now I want abc.com to be mapped in those Rackspace DNS registers to abc.myapp.com

Is this possible at all? Can you explain to us how to do that? Will I have some problems with it? Anything that I should be aware of?

Please have in mind that I am newbie when it comes to DNS. And no experience with Rackspace.

Thanks.

© Server Fault or respective owner

Related posts about dns

Related posts about asp.net-mvc