Hi All,
This DNS stuff is out of my realm of expertise so any help would be appreciated. I'm not sure what it is called, so I wasn't sure what to search for in the forum. I think this is a re-write, but hey what do I know? Not much.
Anyway, here's what I want to do and I think there are a few ways to skin the problem:
I have a subdomain:
clientx.mydomain.com
Then there is a site where the clientx content lives (temporarily):
www.otherdomain.com/mydomain/clientx
My goal is to get it so that when Client-X goes to clientx.mydomain.com the URL they see in their address bar in their browser remains clientx.mydomain.com but the content all lives at www.otherdomain.com/mydomain/clientx.
I think redirects actually change the URL and takes the user to the redirected site... correct?
From the people I've asked about it so far I've heard my options include:
cname, using mod_rewrite, using frame forwarding, using an iFrames, etc.