Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45315, comment 1


Ignore:
Timestamp:
11/09/2018 09:13:29 PM (7 years ago)
Author:
straussd
Comment:

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-in prepend functionality. It reprocesses the query string to produce one with equivalent meaning (after decoding) but meeting the expectations of the canonical URL component.
     1I 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.
    22
    33The 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).