php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14869 JavaScript for Pulldown (Mirrors) produces errors
Submitted: 2002-01-05 06:10 UTC Modified: 2002-01-08 14:19 UTC
Votes:1
Avg. Score:2.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: mk@php.net Assigned:
Status: Closed Package: Website problem
PHP Version: 4.1.1 OS: n/a
Private report: No CVE-ID: None
 [2002-01-05 06:10 UTC] mk@php.net
The JavaScript for the pulldown (mirrors) produces errors. If I choose a mirror, i.e. Schlund in Germany, I will be redirected to http://php3.de/et/ which is a 404. Same problem with Globe (de.php.net) and ch.php.net I did not test all mirrors, but this should be a general problem of the JavaScript.). This error occurs in IE 5.5 and Netscape 4.79 on Windows (and probably on other browsers).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-05 06:31 UTC] goba@php.net
Thanks for the report. The problem was mirrors
with multiple names (eg www.php.net and download.php.net
are the same). Now as I moved the whole test to JS
to test for the name currently used, I hope it will
be OK. As the cvs change go through I can test it again...
 [2002-01-06 12:37 UTC] mk@php.net
Seems to work right now in Netscape 4.79 and IE 6. One little thing is still in there: ie www.php.net/foo.php redirects to de.php.net//foo.php (2 slashes). If this is okay, we can close this bug, if not, Goba please fix it ;)
 [2002-01-08 14:19 UTC] goba@php.net
Two slashes worked with tested browsers, 
especially Apache can handle these
type of URLs as I can know :)

I fixed the bug, and now only one slash is
written there.

->closing.

--
Goba
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 27 05:01:31 2024 UTC