Actions
Bug #500
closed404 logged as 200 when using error document
Status:
Invalid
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
In 1.4.9, I'm using server.error-handler-404 with a php document. The file is served up correctly, and the original request is logged, but a status 200 is logged.
Updated by jan about 19 years ago
- Status changed from New to Fixed
- Resolution set to invalid
This is a feature.
If you want to send something else to the browser use
header("Status: 404");
in your PHP script.
Actions
Also available in: Atom