![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: 404 OK ?
From: John Dunlop <usenet+2004@john.dunlop.name>
Date: Sun Apr 30 2006 - 15:21:48 CEST
wd:
> header("HTTP/1.0 404 Not Found");
> HTTP/1.x 404 OK
According to RFC2616 the x must be a digit.
The 'OK' (called a reason phrase) is for human consumption. Your
http://www.ietf.org/rfc/rfc2616.txt
In the status line you wrote, your HTTP version is 1.0, but the
HTTP/1.1 404 Not Found
-- JockReceived on Mon May 1 03:07:52 2006 |