# HG changeset patch # User Callek@gmail.com # Date 1324598328 0 # Thu Dec 22 23:58:48 2011 +0000 # Node ID f0963af4c5dd7a23a27e3ffcd8f68d3847ff887f # Parent acfcc2c2434acbb85024878309266ee0a97da01c Bug 712701 - Update Website for Sea 2.6.1 release -- Use correct relnotes diff --git a/src/.htaccess b/src/.htaccess --- a/src/.htaccess +++ b/src/.htaccess @@ -34,6 +34,9 @@ # 2.4.1 should reuse relnotes from 2.4, redirect it to the 2.4 relnotes RedirectMatch permanent ^/releases/seamonkey2\.4\.1/ http://www.seamonkey-project.org/releases/seamonkey2.4/ +# 2.6.1 should reuse relnotes from 2.6, redirect it to the 2.6 relnotes +RedirectMatch permanent ^/releases/seamonkey2\.6\.1/ http://www.seamonkey-project.org/releases/seamonkey2.6/ + # redirect relnotes of -pre versions to the get involved page RedirectMatch temp ^/releases/seamonkey.*pre/ http://www.seamonkey-project.org/dev/get-involved Redirect temp /releases/seamonkey1.5a/ http://www.seamonkey-project.org/dev/get-involved