• Resolved Pratham

    (@pratham2003)


    I have two redirection rules which I want to be checked in a specific order.

    /some-page/?xyz=123 (exact match) should go to /new-page/xyz-123

    /some-page/ (parameters ignore) should go to /new-page/

    Problem is that redirection first checks the /some-page/ rule and ignores the /some-page/?xyz=123 rule.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Priority doesn’t work as expected?’ is closed to new replies.