From: Michael Tremer Date: Thu, 15 Jan 2009 17:30:50 +0000 (+0100) Subject: Redirecting all subdomains to www.ipfire.org. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff8072c559c634c3d70478eb7e88c6855a6a9369;p=ipfire.org.git Redirecting all subdomains to www.ipfire.org. --- diff --git a/www/index.py b/www/index.py index 8463bfe7..87044ed9 100755 --- a/www/index.py +++ b/www/index.py @@ -7,9 +7,9 @@ import cgi sites = ( ("ipfire.org", ("www.ipfire.org", None)), ("www.ipfire.org", (None, cgi.FieldStorage().getfirst("file") or "index")), - ("source.ipfire.org", (None, "source.shtml")), - ("tracker.ipfire.org", (None, "tracker.shtml")), - ("download.ipfire.org", (None, "download.shtml")), + ("source.ipfire.org", ("www.ipfire.org", "source")), + ("tracker.ipfire.org", ("www.ipfire.org", "tracker")), + ("download.ipfire.org", ("www.ipfire.org", "download")), ) # Check language...