php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #78137 PHP.net/www.PHP.net
Submitted: 2019-06-10 14:21 UTC Modified: 2021-08-04 12:52 UTC
From: jod at rocketship dot com Assigned: cmb (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
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:
45 + 33 = ?
Subscribe to this entry?

 
 [2019-06-10 14:21 UTC] jod at rocketship dot com
Description:
------------
If a user on PHP.net (https://php.net) follows a like, they go to www.PHP.net instead. So, https://php.net users should get the following:

<base href="https://php.net/index.php">

While https://www.php.net users get the following:

<base href="https://www.php.net/index.php">


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-06-10 14:23 UTC] jod at rocketship dot com
I mispelled it "like". I actually meant "link". Wasn't thinking there.
 [2021-08-04 12:52 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2021-08-04 12:52 UTC] cmb@php.net
A permanent redirect (301) from <https://php.net> to
<https://www.php.net> is apparently in place now, so
this issue should be resolved.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC