Opened 20 years ago
Closed 20 years ago
#1488 closed defect (bug) (fixed)
REQUEST_URI fix for IIS doesn't work
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | major | Version: | 1.5.1.2 |
Component: | General | Keywords: | REQUEST_URI bg|dev-feedback |
Focuses: | Cc: |
Description
The REQUEST_URI fix applied in wp-settings.php for IIS for cases where $_SERVERREQUEST_URI? may not be set, doesn't work, not on IIS6 on which I tested. The reason is that $_SERVERREQUEST_URI? is checked whether it is set or not. Instead it should be checked whether $_SERVERREQUEST_URI? is empty or not, as on IIS6, $_SERVERREQUEST_URI? is set but is empty, so the fix doesn't work.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch against trunk (revision 2681) to resolve this issue.