we want to redirect similar URLs to different pages
-
We are creating a site for a client that is going to house multiple brands. Right now each brand has its own website. In most cases the pages on the existing/old brand sites have different URL structures, but not always. So for example, say we have 3 existing sites, with about pages like so:
https://brand1.com/about-us
https://brand2.com/about-us
https://brand3.com/about-us
On the new website the URLs will be:
https://newsite.com/brand1/about-us
https://newsite.com/brand2/about-us
https://newsite.com/brand3/about-us
How would we do this using the redirection plugin since we will be pointing the 3 domains to the site newsite.com URL? One more wrinkle, there will be instances where the redirect is not to /brand1, /brand2, /brand3. We have some share resource folders so there will be instances where the redirects are like this:
https://brand1.com/blog/blog_article1
https://brand2.com/blog/blog_article1
https://brand3.com/blog/blog_article1
On the new website the URLs will be:
https://newsite.com/blog/blog_article1
https://newsite.com/blog/blog_article2
https://newsite.com/blog/blog_article3
Thanks in advance for the help!
- The topic ‘we want to redirect similar URLs to different pages’ is closed to new replies.