Fix htaccess
It's RewriteRule, not RedirectRule...
This commit is contained in:
parent
43cf8e704c
commit
b5169a8272
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue