• Resolved MichaelApproved

    (@michaelapproved)


    When using Ignore Case with Ignore & pass parameters to the target, the plugin will change the query parameter values to lowercase before passing the parameters to the target.

    Example source URL: https://example.com/my-source
    Example target URL: https://example.com/new-destination

    When a visitor goes to https://example.com/my-source?key=VALUE they’re redirected to https://example.com/new-destination?key=value but they should be redirected to https://example.com/new-destination?key=VALUE

    The query parameters should be passed from the source to the target unmolested. The capitalization of query parameters should be preserved when appended to the destination URL.

    Love your plugin and appreciate your help. Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author John Godley

    (@johnny5)

    The plugin does not change the case of the target query parameters. Do you have other software running that could be doing this?

Viewing 1 replies (of 1 total)
  • The topic ‘Redirect lowercasing query parameters’ is closed to new replies.