• Resolved MarkBosky

    (@markbosky)


    *UPDATE: Turns out to be browser cache related. Ignore all query parameters worked as expected after clearing cache. Is there really no way to delete forum posts?

    I am attempting to redirect a url containing query parameters to another url with no query parameters. But none of the three options are sufficient. The query parameter is passed to the target regardless of the option selected.

    I am attempting to redirect as follows:

    /webpage?queryparam=1234565664 -> https://newdomain.com/otherwebpage

    Both “ignore parameter” options end up with url https://newdomain.com/otherwebpage?queryparam=1234565664

    How can I match a url with parameters, but then drop them on the redirect?

    1. Exact match in any order: doesn’t match the original url so nothing happens
    2. Ignore all query parameters. Matches the url containing parameters, but passes them to the target
    3. Ignore and pass parameters to target. Exact same behavior as #2.

    • This topic was modified 1 year, 4 months ago by MarkBosky.
    • This topic was modified 1 year, 4 months ago by MarkBosky.
  • The topic ‘Ignore all query parameters’ is closed to new replies.