[foundation-web] Fix htaccess



commit b5169a827229abc8be270d27381e62a419294787
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Sep 11 17:37:47 2009 +0200

    Fix htaccess
    
    It's RewriteRule, not RedirectRule...

 foundation.gnome.org/htaccess |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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]



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