[wp-trac] [WordPress Trac] #18987: Non-ascii permalink in IIS leads to "Nothing Found" results
WordPress Trac
wp-trac at lists.automattic.com
Tue Oct 18 17:38:49 UTC 2011
#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 | Keywords:
--------------------------+-----------------------------
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>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list