php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28085 Unknown Page gives "No input file specified." instead of 404 Error page.
Submitted: 2004-04-21 06:27 UTC Modified: 2004-04-21 09:14 UTC
From: joshs at santsys dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.6 OS: Windows 2003 Server
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: joshs at santsys dot com
New email:
PHP Version: OS:

 

 [2004-04-21 06:27 UTC] 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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-21 09:14 UTC] derick@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 02:01:29 2024 UTC