I'm creating a project microsite for an existing site which I want to run on a subdomain and be hosted on a totally separate infrastructure. They admins of the main site own the DNS & will administer and run:
http://www.client.com ( and http://*.client.com - all on their IIS servers)
I will administer and run:
http://project.client.com (hosted elsewhere on my Linux servers)
I think I can accomplish this via either HTTP 301 or via DNS but I need to know what the optimum solution is for integrating the DNS/URL mappings that I require. I can easily set up a 3rd party domain such as:
http://www.projectclientalias.com
and ask them to create a redirect on the subdomain sending users here but this isn't acceptable as I want:
I suppose my main questions are:
Any input on this would be greatly appreciated and hopefully I've kept it generic enough to also be useful to others. Thanks in advance for any answers and for reading
Just get the admin guys who have access to the DNS to create an A Record "project" pointing to the IP of your Linux server. Create a virtual host on that box and you're good to go. It'll be lovely.