894c894,897 < if ( !$is_IIS && php_sapi_name() != 'cgi-fcgi' ) --- > if ( $is_IIS ) { > header("Refresh: 0;url=$location"); > } else { > if ( php_sapi_name() != 'cgi-fcgi' ) 896d898 < 897a900,901 > } >