php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18263 All links are broken in the online printable docs
Submitted: 2002-07-10 13:22 UTC Modified: 2002-07-10 13:51 UTC
From: sander@php.net Assigned:
Status: Closed Package: Website problem
PHP Version: 4CVS-2002-07-10 OS: n/a
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: sander@php.net
New email:
PHP Version: OS:

 

 [2002-07-10 13:22 UTC] sander@php.net
Go to for example http://www.php.net/manual/en/html/index.html
All (internal) links of the manual are broken: they all have .php extensions while the new printable system expects .html extensions.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-10 13:36 UTC] goba@php.net
Well, we can make links with .php extension work, as all the new printable version system works with the 404 error handler, so /html/any.php can work... But as the new printable system is in work at /print/any.php and the links are working there, we have not noticed this problem. /html/any.html is only there for backward compatibility.
 [2002-07-10 13:47 UTC] sander@php.net
I got on the printable docs through one of the links at /docs.php. I've fixed those links.
 [2002-07-10 13:51 UTC] goba@php.net
I have added the support for LANG/html/ANY.php in the error/index.php file => closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 20:01:30 2024 UTC