• 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: http://www.domain.com/
    HTTP Code: 301
    Regex: Checked

    In this example, http://www.domain.com/page/3/ is redirected to http://www.domain.com – which is exactly what I want. The problem is – the following URL generates a 404 error:

    http://www.domain.com/category/name/page/2/

    I’ve tried explicitly entering http://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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Help with Redirection Plug-in’ is closed to new replies.