]> git.ipfire.org Git - ipfire.org.git/commitdiff
Fixed redirection from ipfire.org to www.ipfire.org.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Mar 2009 21:52:25 +0000 (22:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Mar 2009 21:52:25 +0000 (22:52 +0100)
www/redirect.py

index ada125b5f06c5f094c3446ed501b2e05795af103..549fe9d2b1df9526ff7ab0e04d8bd2d2883d0fb3 100644 (file)
@@ -11,7 +11,7 @@ for language in ("de", "en",):
 
 site = cgi.FieldStorage().getfirst("site") or "index"
 
-sites = {      "ipfire.org"                    : "www.ipfire.org",
+sites = {      "ipfire.org"                    : "http://www.ipfire.org",
                        "www.ipfire.org"                : "/%s/%s" % (language, site,),
                        "source.ipfire.org"             : "http://www.ipfire.org/%s/source" % language,
                        "tracker.ipfire.org"    : "http://www.ipfire.org/%s/tracker" % language,