[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 Feb 17 05:59:35 UTC 2010
#10458: lighttpd/1.4.22 does not populate _REQUEST['action'] for wp-login.php
--------------------------+-------------------------------------------------
Reporter: myrond | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: General | Version: 2.8
Severity: normal | Resolution:
Keywords: close |
--------------------------+-------------------------------------------------
Comment(by danielsummers):
One more - the easiest way to configure WordPress with lighttpd is to set
index.php as the 404 handler. The configuration directive
{{{
server.error-handler-404 = "/index.php"
}}}
can be placed into the configuration, and query strings ARE passed
properly with this technique. Lighttpd doesn't send a 404 header, so it's
up to the theme's 404.php file to send that header. Maybe this could go
in a FAQ.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10458#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list