Edit report at https://bugs.php.net/bug.php?id=77836&edit=1

 ID:                 77836
 Updated by:         kelu...@php.net
 Reported by:        ilija dot tovilo at me dot com
 Summary:            Wrong https redirect on wiki.php.net
-Status:             Verified
+Status:             Closed
 Type:               Bug
 Package:            Website problem
 PHP Version:        Irrelevant
 Assigned To:        kelunik
 Block user comment: N
 Private report:     N

 New Comment:

Fixed, thanks. Could probably changed to a 301, too.


Previous Comments:
------------------------------------------------------------------------
[2019-04-05 11:33:56] sala...@php.net

Assigning to kelunik as wiki maintainer (feel free to reassign if needed).

------------------------------------------------------------------------
[2019-04-03 12:03:56] 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.


------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=77836&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to