From continuum-dev-return-6519-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Sun Dec 30 00:08:56 2007 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 8312 invoked from network); 30 Dec 2007 00:08:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2007 00:08:56 -0000 Received: (qmail 51239 invoked by uid 500); 30 Dec 2007 00:08:45 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 51214 invoked by uid 500); 30 Dec 2007 00:08:45 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 51202 invoked by uid 99); 30 Dec 2007 00:08:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Dec 2007 16:08:45 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [210.50.76.235] (HELO mx06.syd.iprimus.net.au) (210.50.76.235) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Dec 2007 00:08:23 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAALlvdkc6skdK/2dsb2JhbAAIqWU X-IronPort-AV: E=Sophos;i="4.24,221,1196600400"; d="scan'208";a="86605603" Received: from 74.169.dsl.syd.iprimus.net.au (HELO [192.168.237.213]) ([58.178.71.74]) by smtp06.syd.iprimus.net.au with ESMTP; 30 Dec 2007 11:08:24 +1100 Message-Id: <45DB534A-E9C2-46FD-AAF2-A7887580EDA2@apache.org> From: Brett Porter To: Continuum Developers In-Reply-To: <20071229154519.1FB3C1A984E@eris.apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: svn commit: r607431 - /maven/site/trunk/src/site/resources/.htaccess Date: Sun, 30 Dec 2007 11:08:23 +1100 References: <20071229154519.1FB3C1A984E@eris.apache.org> X-Mailer: Apple Mail (2.915) X-Virus-Checked: Checked by ClamAV on apache.org On 30/12/2007, at 2:45 AM, wsmoak@apache.org wrote: > Author: wsmoak > Date: Sat Dec 29 07:45:18 2007 > New Revision: 607431 > > URL: http://svn.apache.org/viewvc?rev=607431&view=rev > Log: > Update redirects to latest Maven version. Add redirect for > Continuum docs. > > Modified: > maven/site/trunk/src/site/resources/.htaccess > > Modified: maven/site/trunk/src/site/resources/.htaccess > URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/resources/.htaccess?rev=607431&r1=607430&r2=607431&view=diff > = > = > = > = > = > = > = > = > ====================================================================== > --- maven/site/trunk/src/site/resources/.htaccess (original) > +++ maven/site/trunk/src/site/resources/.htaccess Sat Dec 29 > 07:45:18 2007 > @@ -2,12 +2,13 @@ > > Redirect Permanent /guides/mini/guide-ibiblio-upload.html http://maven.apache.org/guides/mini/guide-central-repository-upload.html > Redirect Permanent /faq.html http://maven.apache.org/general.html > +Redirect Permanent /continuum/documentation/1_1 http://maven.apache.org/continuum/docs/1.1 Should this go in Continuum's site .htaccess? Cheers, Brett