[wp-trac] Re: [WordPress Trac] #2984: 404 response header on js.php
file
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 23 04:06:46 GMT 2008
#2984: 404 response header on js.php file
--------------------------+-------------------------------------------------
Reporter: ttscoff | Owner: anonymous
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: General | Version: 2.0.4
Severity: normal | Resolution: worksforme
Keywords: 404 bug |
--------------------------+-------------------------------------------------
Comment (by anatman):
After much headbanging, found this out:
Turns out that PHP4 running under Fast CGI (maybe under CGI too) has a
known bug, which causes a problem with URL rewriting. Wordpress URL
rewrites may seem buggy in this environment, and/or the response headers
will contain an unexpected 404 OK (when it should be 200 OK or 404 NOT
FOUND).
The solution is to run PHP as a module, or to upgrade PHP to version 5.
--
Ticket URL: <http://trac.wordpress.org/ticket/2984#comment:6>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list