My machine is a NT4(SP6) with IIS4 and PHP 4.2.3 running ISAPI-mode.
I'm triyng to generate a "404 Error" with the script below:
<? header("Status: 404 Not Found"); ?>
But when I access a page with this code, I recieve nothing. Any idea?