[wp-trac] [WordPress Trac] #13164: 'Older posts' broken with IIS and Permalinks enabled

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 22 17:07:00 UTC 2010


#13164: 'Older posts' broken with IIS and Permalinks enabled
-----------------------------+----------------------------------------------
 Reporter:  thushanfernando  |       Owner:  ruslany        
     Type:  defect (bug)     |      Status:  reviewing      
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Permalinks       |     Version:                 
 Severity:  normal           |    Keywords:  iis-support    
-----------------------------+----------------------------------------------
Changes (by peaceablewhale):

  * keywords:  iis-support dev-feedback => iis-support


Comment:

 REQUEST_URI remains correct for /test/?s=gospel. However, IIS does use the
 file specified in web.config in other path-related server variables.

 _SERVER["REQUEST_URI"] /test/?s=gospel
 _SERVER["SCRIPT_NAME"] /test/InDex.php
 _SERVER["URL"] /test/InDex.php
 _SERVER["ORIG_PATH_INFO"] /test/InDex.php
 _SERVER["PHP_SELF"] /test/InDex.php

 A patch is then needed in this case I think, because it is not caused by a
 bug of IIS.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13164#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list