php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72110 Strange URL behaviors
Submitted: 2016-04-27 05:00 UTC Modified: 2019-05-21 22:25 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: philip@php.net Assigned:
Status: Open Package: Systems problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: philip@php.net
New email:
PHP Version: OS:

 

 [2016-04-27 05:00 UTC] philip@php.net
Description:
------------
This page:

  http://php.net/manual/en/tutorial.whatsnext.php

Contains a link to this:

  http://talks.php.net/

However that site is failing. Strangely, for good measure I tried SSL:

  https://talks.php.net/

That ends up showing contents from people.php.net. Odd. Also odd, looking for alternatives I tried:

  http://conf.php.net/
  http://pres.php.net/

And those end up showing contents from gtk.php.net. Odd.

So, lots of different bugs here, it seems.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-04-27 16:51 UTC] bjori@php.net
- people.php.net is the default host for https on that server
- gtk.php.net is the default host for http on that server
- conf and pres is dead
- http://talks.php.net is the correct url (not https), it just got broken very recently when someone updated their presentation
 [2016-04-27 17:17 UTC] philip@php.net
I won't be satisfied until kittens.php.net shows people.php.net content! 

Otherwise, why show unrelated content like this? Having https://talks.php.net/ and http://talks.php.net/ showing unrelated content feels wrong. Having old subdomains show default (unrelated) content also feels wrong.

Lastly, talks.php.net should not fail if someone uploads an invalid presentation.
 [2016-04-27 23:03 UTC] bjori@php.net
I didn't mean to say it should be this way, merely meant to cast a light on the seemingly random behavior.
 [2016-05-06 11:27 UTC] marc at infomarc dot info
Hi,
as of today, http://talks.php.net is still failing : 

XML_Parser: Not well-formed (invalid token) at XML input line 1:1
 [2016-05-06 21:30 UTC] philip@php.net
The talks.php.net issue is now fixed, see:

http://git.php.net/?p=web/pres2.git;h=cd2807b0842ea2a23d13a1eb5bd43c2b0fd517da

However, the strange domain behavior (old subdomains showing unrelated content) remains.
 [2019-05-21 22:25 UTC] petk@php.net
-Package: Website problem +Package: Systems problem
 [2019-05-21 22:25 UTC] petk@php.net
Yes, the old subdomains can be now removed and/or redirected to other pages instead... Moving this to systems hoping it will be resolved. So only two links need removal:

  http://conf.php.net/
  http://pres.php.net/

and one need proper redirection from http to https:


  talks.php.net

Thank you for reporting this issue.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 22 12:01:29 2024 UTC