Forum Moderators: phranque
I have a need for visitors to my company site to be sent to another companies site who hosts a subdomain for us for some specific content. eg.
For visitors to my site going to: [mycompanyname.com...]
I need to have them directed to: [subdomain.othercompanydomain.com...]
The other company will serve up the content and mask their domain with my companies domain. So visitors to the site would see only the domain of my company.
I suppose I am asking if a URL like:
www.mycompanyname.com/specialcontent/
can be treated this way and masked or would I need to use a sub-domain, something like:
specialcontent.mycompanyname.com
Any advice to help me determine my options would be appreciated.
Thank you...
The advantage of the first method is that you can log these requests. The advantage of the second method is that all requests and responses for the remotely-hosted content do not have to pass through your main server.
Jim