Hi there, we have issues with URL redirection that I hope someone could help.
We have the following in the remap manager:
https://mysite.com/oldcontent => https://anothersite.com/newcontent
https://mysite.com/oldcontent/contact => https://anothersite.com/newcontent/contact-us
https://mysite.com/oldcontent/page1 => https://yetanothersite.com/newcontent/page1
and few other redirection for pages under /oldcontent
All those redirection works as expected but when I added new redirection, for example:
https://mysite.com/oldcontent/oldpage => https://anothersite.com/newcontent/newpage
it won’t work. The page will redirect to the first redirect, ie https://anothersite.com/newcontent instead of going to https://anothersite.com/netcontent/newpage. I have checked the destination page by accessing it directly and the page is up and not doing any redirection.
This suggests to me that there is a server side rule (on OpenResty level) that does this redirection. But I was actually told by one of Squiz implementers that they don’t do redirection on OpenResty level.
Has anyone experienced similar issues? Thanks.