Changes between Initial Version and Version 1 of Ticket #45315, comment 1
- Timestamp:
- 11/09/2018 09:13:29 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45315, comment 1
initial v1 1 I created [https://github.com/davidstrauss/wp-rebuild-url/ a workaround] that's possible to prepend to {{{wp-config.php}}} or use with PHP's built-inprepend functionality. It reprocesses the query string to produce one with equivalent meaning (after decoding) but meeting the expectations of the canonical URL component.1 I created [https://github.com/davidstrauss/wp-rebuild-url/ a workaround] that's possible to prepend to {{{wp-config.php}}} or use with {{{php.ini}}} prepend functionality. It reprocesses the query string to produce one with equivalent meaning (after decoding) but meeting the expectations of the canonical URL component. 2 2 3 3 The re-encoding method in the workaround should also have no false positives (in the sense of causing the canonical redirection logic to not redirect when it should).