ID: 28085 Updated by: [EMAIL PROTECTED] Reported By: joshs at santsys dot com -Status: Open +Status: Bogus Bug Type: IIS related Operating System: Windows 2003 Server PHP Version: 4.3.6 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Use the CGI version, not the CLI. Previous Comments: ------------------------------------------------------------------------ [2004-04-21 06:27:08] joshs at santsys dot com Description: ------------ When you go to a page that does not exist, the error "No input file specified." is displayed instead of the default or custom IIS error. The IIS log shows that a HTTP 200 OK message is returned. Reproduce code: --------------- IIS Log Entry: 2004-04-21 04:21:24 10.1.1.251 GET /test.php - 80 - 10.1.1.140 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+1.0.3705) 200 0 0 Go to the page http://dhs.dixonusd.org/test.php to view the error. test.php is a nonexistent page. Expected result: ---------------- Custom 404 error page: http://dhs.dixonusd.org/test.html Actual result: -------------- No input file specified. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28085&edit=1
