Content Migration - Redirect URL with same hostname
Hi All,
We are migrating content from one server to other server with below requirement.
1. We have two sites:
www.sitea.com/home/<pagename>.html
www.siteb.com/store/<pagename>.html
Content structure on Server A : /content/siteA/home/*
Site name is : www.sitea.com/home/abc.html
Content structure on Server B : /content/siteB/store/*
Now we are planning to move some of the content pages from Server A "/content/siteA/home/*" to Server B under store "/content/siteB/store/*". but we want to keep the url is same.
For example: we have page called 'abc' under /content/siteA/home/abc on Server A and this 'abc' page will be moved to server B under '/content/siteB/store/abc'
Current URL of page is ' www.sitea.com/home/abc.html' so we want to keep the url remains same even though we move the page to Server B. Is this possible by writing some dispatcher rules? Please advise.