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:
parent
e11872cd57
commit
0bb0f8174d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
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]
|
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
|
# Move of the press releases
|
||||||
Redirect /press.html http://www.gnome.org/press/
|
Redirect /press.html http://www.gnome.org/press/
|
||||||
RewriteRule press/pr-(.*).html$ http://www.gnome.org/press/releases/$1.html [R]
|
RewriteRule press/pr-(.*).html$ http://www.gnome.org/press/releases/$1.html [R]
|
||||||
|
|
Loading…
Reference in a new issue