Help with Redirection Plug-in
-
Hello,
I’m having a problem using redirection on a sub-directory. In short, I need to redirect only pages just off of the primary root. For example, I’m currently using the following redirection string:
Source URL: /page/.*
Target URL: https://www.domain.com/
HTTP Code: 301
Regex: CheckedIn this example, https://www.domain.com/page/3/ is redirected to https://www.domain.com – which is exactly what I want. The problem is – the following URL generates a 404 error:
https://www.domain.com/category/name/page/2/
I’ve tried explicitly entering https://www.domain.com/page/.* into the source field, but the plug-in removes the domain.
How do I only redirect URL with “Page” in the string if it’s just after the root domain – but not in cases where it’s further down the line – like in categories?
Using WP 2.9.1 and Redirection 2.1.24
- The topic ‘Help with Redirection Plug-in’ is closed to new replies.