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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
28 + 27 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Sat Apr 20 04:01:28 2024 UTC