php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77836 Wrong https redirect on wiki.php.net
Submitted: 2019-04-03 12:03 UTC Modified: 2019-04-05 16:42 UTC
From: ilija dot tovilo at me dot com Assigned: kelunik (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
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: ilija dot tovilo at me dot com
New email:
PHP Version: OS:

 

 [2019-04-03 12:03 UTC] ilija dot tovilo at me dot com
Description:
------------
Visiting http://wiki.php.net/rfc incorrectly redirects to https://wiki.php.netrfc (missing slash).

$ http http://wiki.php.net/rfc

```
HTTP/1.1 302 Found
Connection: Keep-Alive
Content-Length: 285
Content-Type: text/html; charset=iso-8859-1
Date: Wed, 03 Apr 2019 11:50:09 GMT
Keep-Alive: timeout=5, max=100
Location: https://wiki.php.netrfc
Server: Apache/2.4.25 (Debian)

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://wiki.php.netrfc">here</a>.</p>
<hr>
<address>Apache/2.4.25 (Debian) Server at wiki.php.net Port 80</address>
</body></html>
```

Expected result:
----------------
A redirect to https://wiki.php.net/rfc.

Actual result:
--------------
A redirect to https://wiki.php.netrfc.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-04-05 02:58 UTC] requinix@php.net
-Status: Open +Status: Verified
 [2019-04-05 11:33 UTC] salathe@php.net
-Assigned To: +Assigned To: kelunik
 [2019-04-05 11:33 UTC] salathe@php.net
Assigning to kelunik as wiki maintainer (feel free to reassign if needed).
 [2019-04-05 16:42 UTC] kelunik@php.net
-Status: Verified +Status: Closed
 [2019-04-05 16:42 UTC] kelunik@php.net
Fixed, thanks. Could probably changed to a 301, too.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 13:01:30 2024 UTC