Here is my problem: As a hobbyist, I have managed some webpages for other small groups.
- I run a mailing list for a group on a server I manage (
list@myserver.com). - They have an anchor page at
www.myserver.com, with no useful info on it. - They have their main page at
www.theirserver.com, that has a scheduling program that is heavily used. I don't have access to this server, or DNS fortheirserver.com. - The group would now like to use
myserver.comto accesstheirserver.com
I have changed the mail.myserver.com to and 'A' record with the IP address of my server, and I have updated the MX record to point to mail.myserver.com. This works fine.
I can point www.myserver.com to theirserver.com for a redirection that keeps www.myserver.com in the URL. But I can't change the root of myserver.com to a CNAME to point to theirserver.com. Additionally, I get a 403 error with the www.myserver.com CNAME redirection.
My question is if there is a way of pointing only web requests to a server that I don't control, such that the URL shows myserver.com or www.myserver.com, but the content is strictly theirserver.com?