[wp-trac] Re: [WordPress Trac] #4853: Changeset 5889 broke my blog
WordPress Trac
wp-trac at lists.automattic.com
Mon Sep 3 18:08:08 GMT 2007
#4853: Changeset 5889 broke my blog
-------------------------------------+--------------------------------------
Reporter: Nazgul | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.3
Component: General | Version: 2.3
Severity: critical | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Comment (by snakefoot):
I'm running Wordpress on IIS and had the same problem as these people,
where WP-Cache wouldn't work because the REQUEST_URI generated by IIS +
PHP was missing PATHINFO:
http://www.cpuidle.de/blog/?p=30
Without PATHINFO then it was only script name without the actual post-
path:
*/blog/index.php*~~/my-post/~~
Guess one should change it so if the PATH_INFO is the same as SCRIPT_NAME,
then ignore PATH_INFO.
--
Ticket URL: <http://trac.wordpress.org/ticket/4853#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list