-
Hi. I am having trouble with my rankmath redirections.
I want to redirect this URL:
mywebsite.com/behaviors/page/2/
To this URL:
mywebsite.com/category/behaviors/page/2/
I am using this redirection Source URLs with Regex set: ^/([^/]+)/page/(d+)/?
I am using this Destination URL: https://www.mywebsite.com/category/$1/page/$2/
Under testing this never seems to trigger, I have tried it on multiple pages but it does not catch the targets. I have validated the regex with a regex tester and it should match it correctly.
I have created a simple redirection for a deleted page and that worked correctly.
Have I configured something wrong here, or do you have any insights you can share with me?
Thank you.
The ticket ‘Redirections Issue’ is closed to new replies.