[wp-trac] Re: [WordPress Trac] #2142: Class WP and WP_Rewrite
should support more than Apache
WordPress Trac
wp-trac at lists.automattic.com
Sat Sep 8 18:47:25 GMT 2007
#2142: Class WP and WP_Rewrite should support more than Apache
-----------------------------------------------------+----------------------
Reporter: masquerade | Owner: anonymous
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Administration | Version: 2.0
Severity: normal | Resolution: wontfix
Keywords: rewrite permalinks lighttpd needs-patch |
-----------------------------------------------------+----------------------
Comment (by Otto42):
For reference, everything I can find on the subject says that the best way
is to set the 404 handler to point to WordPress's index.php, which makes
sense.
So, the simple way:
server.error-handler-404 = "/index.php"
But this is not something WordPress can really do automatically, and as
JeremyVisser points out, it has drawbacks (can't run more than one copy of
WordPress, real 404's point to WordPress's 404 handler, etc). So I think
that this is outside the scope of something WordPress should handle. Use a
standard webserver (aka Apache).
--
Ticket URL: <http://trac.wordpress.org/ticket/2142#comment:12>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list