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.
This commit is contained in:
Tobias Mueller 2011-05-26 01:15:02 +02:00
parent e11872cd57
commit 0bb0f8174d

View file

@ -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]