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
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: 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

Pull Requests

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: Thu Dec 26 20:01:29 2024 UTC