Steven J. Sobol wrote:

Look closely at the title bar on your web browser when you visit
http://stevesobol.com:8001/nf.php - it's a midgard site but that particular page is served off the filesystem.

This page returns indeed a 200 OK.... and a 404

Status: HTTP/1.1 200 OK
Date: Mon, 27 Jan 2003 03:06:33 GMT
Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) Midgard/1.4.4/SG mod_ssl/2.8.12 OpenSSL/0.9.6b PHP/4.3.0 FrontPage/ 5.0.2.2510
X-Powered-By: PHP/4.3.0
Status: HTTP/1.0 404 Not Found
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html


header("Status: HTTP/1.0 404 Not Found");
echo "testing";

Leave out the Status, try:

header("HTTP/1.0 404 Not Found");
echo "testing";

Matthias


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to