On 11/02/01 05:52, "Hace" <[EMAIL PROTECTED]> wrote: > Why does IIS sent everything that ends with ".php" to the PHP-parser, > even if the file does not exist on my server????? > That is the way IIS works. You can go back into the properties of the web site and make sure the box for "Check if file exists" is checked. Then you will get a standard 404 error for nonexistent files.
I also suggest reading: http://www.php.net/manual/en/features.error-handling.php To see what else you can do about controlling errors and their output. HTH, Thomas Juntunen Network Administrator Creative Resource Center -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]