[PHP-WIN] Re: 404 error not being triggered for files with a php extension

2002-06-30 Thread Steve Yates
"Ian Tuck" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > For some reason, when I request a file with a php extension that doesn't > exist, apache doesn't check to see if it exists before sending it off to > php.exe. To possibly save you some head-beating and wall dents, I r

[PHP-WIN] Re: 404 error not being triggered for files with a php extension

2002-06-30 Thread Peter
Are you using the CGI version of PHP then and does this give you internal server errors as well? The only way around this I think would be to write an error handling document for Apache, written in PHP. This PHP script could then check to see if the file exists. If it doesn't, then return a 404 e