Ticket #7058: 7058.diff
File 7058.diff, 585 bytes (added by , 13 years ago) |
---|
-
wp-settings.php
68 68 } 69 69 else 70 70 { 71 // Use ORIG_PATH_INFO if there is no PATH_INFO 72 if ( !isset($_SERVER['PATH_INFO']) && isset($_SERVER['ORIG_PATH_INFO']) ) 73 $_SERVER['PATH_INFO'] = $_SERVER['ORIG_PATH_INFO']; 74 71 75 // Some IIS + PHP configurations puts the script-name in the path-info (No need to append it twice) 72 76 if ( isset($_SERVER['PATH_INFO']) ) { 73 77 if ( $_SERVER['PATH_INFO'] == $_SERVER['SCRIPT_NAME'] )