Make WordPress Core

Opened 6 years ago

#44766 new defect (bug)

Microsoft-IIS/6.0 problem with wp_fix_server_vars

Reported by: davidwebca's profile davidwebca Owned by:
Milestone: Awaiting Review Priority: normal
Severity: major Version: 4.9.8
Component: Bootstrap/Load Keywords: needs-patch
Focuses: Cc:

Description

The current function assumes problems that are fixed in many IIS versions nowadays and causes more problems. Currently, the function fails to detect mod_rewrite correctly in some instances and duplicates the query_string because it falls in the third condition on load.php:75 (duplication of the query string happens at load.php:90.

Suggestion : just look in the already existing REQUEST_URI if the query string exists.

Change History (0)

Note: See TracTickets for help on using tickets.