[wp-trac] [WordPress Trac] #10458: lighttpd/1.4.22 does not populate _REQUEST['action'] for wp-login.php
WordPress Trac
wp-trac at lists.automattic.com
Wed Jul 22 07:20:52 UTC 2009
#10458: lighttpd/1.4.22 does not populate _REQUEST['action'] for wp-login.php
--------------------------+-------------------------------------------------
Reporter: myrond | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version: 2.8
Severity: normal | Keywords: close
--------------------------+-------------------------------------------------
Changes (by dd32):
* keywords: => close
Comment:
My opinion here is that the rewrite rules either need to be more complex,
or Lighttpd needs to include a work-around which works for it..
Something like this doesnt work?
{{{
"^/(.*\.php.*)$" => "$0"
}}}
Suggesting that if the rewrite rule above doesnt work, then those affected
should use the suggested patch in their wp-config.php file.. Someone can
just add it as a note to the lighttpd install reference maybe.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10458#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list