![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archive404 OK ?
From: wd <345@nospam.invalid>
Date: Sun Apr 30 2006 - 13:23:24 CEST
I am using the following bit of code at the very top of my pages to send a
<?php
if (strstr($url_string, '?')) {
These are the headers that get sent back to the browser -- look at the
HTTP/1.x 404 OK
But for the missing favicon (which really does not exist) I get a regular
HTTP/1.x 404 Not Found
What is a "404 OK" header and why isn't it sending the "Not Found" header?
|