Forum Moderators: phranque

Message Too Old, No Replies

Need help with redirect, please advise

         

helper24

3:01 pm on Jan 11, 2006 (gmt 0)



Hello,

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.

jdMorgan

4:08 pm on Jan 11, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



helper24,

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