[thelist] evolt's 404 problem.

Daniel J. Cody djc at starkmedia.com
Tue Feb 6 13:26:37 CST 2001


Hey Joe -

Close.. I could write out a header so that apache would return:

Status: 200 OK

but we need the HTTP/1.1(or 1.0) header to report the code:

HTTP/1.0 200 OK

thanks for helping out :)

<tip type="HTTP Headers">
If you're on a windows box, or just dont have the motivation to manually 
check out HTTP headers, check out http://www.delorie.com/web/headers.html

it lets you plug in a URL and have it return the headers from the 
webserver in a nice easy to read webpage..

</tip>

.djc.


Joe Crawford wrote:


> <CFHEADER 
> 
>     NAME="Status"
> 
>     VALUE="200 OK">
> ... would that Status code overwrite / supplant the 404 code?





More information about the thelist mailing list