[foundation-web] Redirect wrongly announced URL (s/elections/vote/)



commit 0bb0f8174d12abc2382e8b1f7bb181c68afc3e12
Author: Tobias Mueller <tobiasmue gnome org>
Date:   Thu May 26 01:15:02 2011 +0200

    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 files changed, 3 insertions(+), 0 deletions(-)
---
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]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]