Project

General

Profile

Actions

Bug #500

closed

404 logged as 200 when using error document

Added by Anonymous about 19 years ago. Updated over 16 years ago.

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.

Actions #1

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 #2

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom