I am using the redirection plugin and I want to redirect from a category url to an article url.
Of https://www.misitio.com/perros-gatos/razas/page/12/
a Destination URL: https://www.misitio.com/razas/
What I had done was redirect from https://www.misitio.com/perros-gatos/razas/
to https://www.misitio.com/razas/
With this last one everything works well except in paging, where I'm getting 404 errors.
https://www.misitio.com/perros-gatos/razas/page/12/
I've been testing:
of: ^/perros-gatos/razas/([A-Za-z0-9-]*)/$
a: misitio.com/razas/
But the code does not work for me.