[kde-doc-english] [Bug 293201] New: Blank page displayed in some 404 situations
T.C. Hollingsworth
tchollingsworth at gmail.com
Fri Feb 3 12:37:09 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=293201
Summary: Blank page displayed in some 404 situations
Product: docs
Version: unspecified
Platform: unspecified
OS/Version: unspecified
Status: NEW
Severity: normal
Priority: NOR
Component: docs.kde.org
AssignedTo: kde-doc-english at kde.org
ReportedBy: tchollingsworth at gmail.com
A blank page is shown on some 404s on docs.kde.org instead of a helpful error
message.
Displays an error page:
http://docs.kde.org/$branch/nonexistent.html
http://docs.kde.org/$branch/$lang/nonexistent.html
Displays a blank page:
http://docs.kde.org/nonexistent.html
http://docs.kde.org/$branch/$lang/nonexistant
http://docs.kde.org/$branch/$lang/$application/nonexistent.html
Since it's showing a blank page instead of a httpd default 404 error, I'm
guessing that trunk/www/areas/docs/404.php is being displayed, but the path in
'include("media/404.php");' at the bottom is incorrect. If the directory
structure on the server is the same as it is in SVN, it should be
'include("../../media/404.php");'.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the kde-doc-english
mailing list