Changes between Initial Version and Version 5 of Ticket #18987

Timestamp:
12/29/12 22:55:02 (5 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18987

    • Property Keywords has-patch needs-testing added
    • Property Cc knut@… added
  • Ticket #18987 – Description

    initial v5  
    66 
    77Please include this workaround in the core's wp-config.php file: 
    8  
     8{{{ 
    99if (isset($_SERVER['UNENCODED_URL'])) 
    1010$_SERVER['REQUEST_URI'] = $_SERVER['UNENCODED_URL']; 
    11  
     11}}} 
    1212Thank you!