Fix htaccess

It's RewriteRule, not RedirectRule...
This commit is contained in:
Vincent Untz 2009-09-11 17:37:47 +02:00
parent 43cf8e704c
commit b5169a8272

View file

@ -58,4 +58,4 @@ Redirect /press.html http://www.gnome.org/press/
RewriteRule press/pr-(.*).html$ http://www.gnome.org/press/releases/$1.html [R]
# Move the annual reports
RedirectRule /about/gnome_annual_report_(.*).pdf http://foundation.gnome.org/reports/gnome-annual-report-$1.pdf [R]
RewriteRule about/gnome_annual_report_(.*).pdf http://foundation.gnome.org/reports/gnome-annual-report-$1.pdf [R]