From 0bb0f8174d12abc2382e8b1f7bb181c68afc3e12 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Thu, 26 May 2011 01:15:02 +0200 Subject: [PATCH] Redirect wrongly announced URL (s/elections/vote/) The announced URL was http://foundation.gnome.org/elections/2011/candidates.html but that doesn't exist. It used to but we consolidated everything into vote/. The new URL is http://foundation.gnome.org/vote/2011/candidates.html and we simply redirect there. --- foundation.gnome.org/htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/foundation.gnome.org/htaccess b/foundation.gnome.org/htaccess index b122a3f..78395bc 100644 --- a/foundation.gnome.org/htaccess +++ b/foundation.gnome.org/htaccess @@ -54,6 +54,9 @@ Redirect /overview_2000.html http://foundation.gnome.org/vote/overview.html Redirect /elections/2002/preliminary_results.html http://foundation.gnome.org/vote/2002/preliminary-results.html RewriteRule elections/200./overview.html http://foundation.gnome.org/vote/overview.html [R] +# Due to a mistake, the URL was announced incorrectly +Redirect /elections/2011/candidates.html http://foundation.gnome.org/vote/2011/candidates.htm + # Move of the press releases Redirect /press.html http://www.gnome.org/press/ RewriteRule press/pr-(.*).html$ http://www.gnome.org/press/releases/$1.html [R]