Forum Moderators: phranque
I am working on moving the content of a website to a new content management system. The new CMS must be hosted on the CMS company's server. Here is the issue I need help with.
The content for our website will be available on:
cmsvendorssite.com/oursubdirectory/
including subpages such as:
cmsvendorssite.com/oursubdirectory/subpage.html
I need the content from the above pages to display on:
mywebsite.com/ and mywebsite.com/subpage.html
New pages added via the CMS should also appear on mywebsite.com/newpage.html
Any ideas on how to accomplish this?
Thanks.
Welcome to WebmasterWorld!
You'll need to set up a proxy throughput from your server to the CMS vendor's server.
This is not a trivial subject, and I strongly suggest that you contact the CMS vendor and ask for guidance to avoid problems.
See proxy_pass [httpd.apache.org] in Apache mod_proxy for basic info.
Jim