From b5169a827229abc8be270d27381e62a419294787 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 11 Sep 2009 17:37:47 +0200 Subject: [PATCH] Fix htaccess It's RewriteRule, not RedirectRule... --- foundation.gnome.org/htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundation.gnome.org/htaccess b/foundation.gnome.org/htaccess index 8806c5b..1aca6af 100644 --- a/foundation.gnome.org/htaccess +++ b/foundation.gnome.org/htaccess @@ -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]