Forums
Home / Plugin: Redirection / Redirect Parent
(@madderdesu)
4 years, 2 months ago
Is it possible to do this, and if so, how?
abc.com/test1/page1/ abc.com/test1/page2/ . . abc.com/test1/page100
I want to redirect all with the abc.com/test1/ part only. For example to abc.com/test2/ While the back all remains the same.
(@johnny5)
You can use a regular expression:
https://redirection.me/support/redirect-regular-expressions/
(@mjjone)
SET regex ON and use Source: /test1/(.*?) Target: /test2/
John am i good ? ??
Sure, seems right. Give it a try.
Thanks for the help!