php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #62905 SEO links for documentation
Submitted: 2012-08-23 12:50 UTC Modified: 2012-08-24 01:21 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: toms at mindboiler dot lv Assigned:
Status: Wont fix Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2012-08-23 12:50 UTC] toms at mindboiler dot lv
Description:
------------
The function reference links look like:

http://php.net/manual/en/function.array-filter.php

That *.php in the end is annoying when I'm directly editing the link to navigate 
quickly to a known function.

And, implementing a bonus rewrite rule is not that hard.

So, we could end up with links, like:

http://php.net/manual/en/function/array_filter

That perfectly reflects the function name, and is a breeze to navigate to 
different function.

Test script:
---------------
Open the URL: http://php.net/manual/en/function/array_filter

Expected result:
----------------
Open up (not redirect) the same page that resides under 
http://php.net/manual/en/function.array-filter.php

Actual result:
--------------
The manual page you are looking for 
(http://php.net/manual/en/function/array_filter) is not available on this server 
right now. Please check back later, or if the problem persist, contact the 
webmasters.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-08-24 01:21 UTC] aharvey@php.net
This already exists: http://php.net/array_filter
 [2012-08-24 01:21 UTC] aharvey@php.net
-Status: Open +Status: Wont fix -Package: Documentation problem +Package: Website problem
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 12:01:33 2024 UTC