Posted by GT on 12/27/06 18:07
If I write a script like so:
<?php
header("HTTP/1.x 404 Not Found");
?>
and run it through IE or FF why don't I get the browser's page not
found message? I can see the header on liveheaders in FF but I don't get
the 404 I expect in the browser.
The whole script is to deliver rescaled jpegs, but I want a 404 if the
parameters are wrong, or it can't open the file etc..
Any help very much appreciated.
--
GT
Navigation:
[Reply to this message]
|