Forum Replies Created

Viewing 1 replies (of 1 total)
  • If a redirect needs to be query string agnostic using the plugin the solution that I’ve found that works is this:

    1) Create two redirect
    2) The first redirect is the one w/o query string: /cow/ /horse/
    3) The second redirect handles the presence of query strings: /cow/(\?.*) /horse/$1

Viewing 1 replies (of 1 total)