Redirect lowercasing query parameters
-
When using
Ignore Case
withIgnore & 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 tohttps://example.com/new-destination?key=value
but they should be redirected tohttps://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!
- The topic ‘Redirect lowercasing query parameters’ is closed to new replies.