• I have 2 redirection group: A and B. Group A are high priority, and B are lower catch all priority.

    group A
    /dogs => /pets/

    group B
    /.* => /help/

    However group B seems to take precedence over group A, as mysite/dogs sends me to mysite/help . When I click on Groups, A displays above B, so I thought that I have the correct order. Any idea how I can change the priority?

    Thanks

  • The topic ‘How do I change matching priority?’ is closed to new replies.