php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25287 404 Error blank page (2nd try)
Submitted: 2003-08-28 03:24 UTC Modified: 2003-11-17 18:56 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: guenter_doege at web dot de Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.3 OS: Windows 2k 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:
36 + 27 = ?
Subscribe to this entry?

 
 [2003-08-28 03:24 UTC] guenter_doege at web dot de
Description:
------------
This behaviour has already been reported in bug #4286, but was closed due to missing user feedback.

When running PHP on IIS 5.0 and requesting a non-existing page, you get back a blank page. In the IIS web-server log, the request is logged with http status 200 instead of 404. Requesting pages that are not assigned to PHP (like .html) will produce the standard 404 error page. 

Configuration:
* Internet information Server 5.0 running on Win/2k server
* PHP 4.3.3 installed as ISAPI module and assigned only to .php files
* IIS is still set to it's standard handling for the 404 error (btw, it does not help to set this to "default" which means showing the browsers built-in 404 error page instead of the IIS error page)

Reproduce code:
---------------
http://localhost/blah.html

--> 404 error page is shown and 404 status is written to the webserver log


http://localhost/blah.php
--> Blank Page is shown, status 200 is written to the webserver log


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-17 18:56 UTC] sniper@php.net
We are aware of PHP's problems with stability under IIS and are working 
to rectify the problem. Unfortunatly your bug report does not contain any
extra useful information and we already have enough bug reports open about
this issue. If you can provide more detailed information such as a 
reproducable crash or a backtrace please do so and reopen this bug. 
Otherwise please keep trying new releases as we are working to resolve 
the problems on this platform
 
Thanks for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC