-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Short description of the issue
When the option “Should page URLs end with a slash” is enabled, URLs get rewritten to the original URL with a trailing slash added. Then the browser is redirected to this new URL. The new URL does no longer contain any URL parameters the original URL contained.
Expected behavior
When accessing http://example.com/somepage?a=b you should be redirected to http://example.com/somepage/?a=b.
Actual behavior
Instead you are redirected to http://example.com/somepage/ (without the parameters).
- ProcessWire version: 3.0.98