[wp-trac] [WordPress Trac] #18987: Non-ascii permalink in IIS leads to "Nothing Found" results
WordPress Trac
noreply at wordpress.org
Sat Dec 29 22:55:03 UTC 2012
#18987: Non-ascii permalink in IIS leads to "Nothing Found" results
-------------------------------------+------------------------------
Reporter: scdetailer | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Permalinks | Version: 3.2.1
Severity: normal | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+------------------------------
Description changed by SergeyBiryukov:
Old description:
> On IIS 7 installs, there is a known issue in the FastCGI module in how it
> handles the REQUEST_URI server variable for non-ascii characters.
>
> "IIS team is planning to provide an update for it soon." ... that was 18
> months ago.
>
> http://ruslany.net/2009/05/iis-7-url-rewrite-module-support-in-
> wordpress-28/#comment-1707
>
> Please include this workaround in the core's wp-config.php file:
>
> if (isset($_SERVER['UNENCODED_URL']))
> $_SERVER['REQUEST_URI'] = $_SERVER['UNENCODED_URL'];
>
> Thank you!
New description:
On IIS 7 installs, there is a known issue in the FastCGI module in how it
handles the REQUEST_URI server variable for non-ascii characters.
"IIS team is planning to provide an update for it soon." ... that was 18
months ago.
http://ruslany.net/2009/05/iis-7-url-rewrite-module-support-in-
wordpress-28/#comment-1707
Please include this workaround in the core's wp-config.php file:
{{{
if (isset($_SERVER['UNENCODED_URL']))
$_SERVER['REQUEST_URI'] = $_SERVER['UNENCODED_URL'];
}}}
Thank you!
--
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18987#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list