php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4286 404 Error Blank Page
Submitted: 2000-05-01 04:32 UTC Modified: 2000-08-15 17:18 UTC
From: pmcelhiney at hotmail dot com Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Release Candidate 1 OS: Windows 2000 v2195
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pmcelhiney at hotmail dot com
New email:
PHP Version: OS:

 

 [2000-05-01 04:32 UTC] pmcelhiney at hotmail dot com
In IIS Version 5, I have PHP filtering .htm and .html documents. In doing so this has disabled the global 404 error page, in other words "This page cannot be found" that is returned by IIS. It now returns either a warning that the document was not found, or a blank page when logging is turned off. My project is going to be solely based on the 404 error page that will gather information on the user, pick one of many Graphical User Interfaces, set the page that they were trying to access as a variable, and either compile a proceeding page found in a private directory such as c:\private\ if found, or compile a custom error page with the graphical user interface.

In basic terms, PHP4 returns it's own 404 error page, and this is bad :P

*note*
I have been talking with several smart people in #php on effnet (IRC) all day and they have no clue, as do I from reading the manual many times.

Thanks.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-24 16:53 UTC] derick@php.net
PHP does not have it's "own" 404 page, it only sets the correct headers.

Could you try the latest versino 4.0.1pl2 and see if the problem still exists?
 [2000-07-27 18:07 UTC] derick@php.net
Status update
 [2000-08-15 17:18 UTC] waldschrott@php.net
Closed due to missing user feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 14:01:31 2024 UTC