Ok here's the deal.
Host A has a web site. It is
http://xyz.org
Host B has a web site. It is
http://abc.org
I want Host B to look like
http://abc.xyz.org
Please keep in mind the sites are on two different web hosts.
Now...you can get to the root public page of Host B by going to
http://abc.xyz.org
That works fine. However, the URL on Host B, when it moves away from the
root, goes back to
http://abc.org/foo/foo.asp
I want it to be
http://abc.xyz.org/foo/foo.asp
Any suggestions?