Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 92919 invoked from network); 9 May 2005 06:16:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 May 2005 06:16:34 -0000 Received: (qmail 53413 invoked by uid 500); 9 May 2005 06:19:38 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 53373 invoked by uid 500); 9 May 2005 06:19:38 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 53356 invoked by uid 99); 9 May 2005 06:19:38 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 08 May 2005 23:19:38 -0700 Received: (qmail 92909 invoked by uid 65534); 9 May 2005 06:16:32 -0000 Message-ID: <20050509061632.92908.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r169241 - in /forrest/site: .htaccess docs/dev/ Date: Mon, 09 May 2005 06:16:31 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Sun May 8 23:16:31 2005 New Revision: 169241 URL: http://svn.apache.org/viewcvs?rev=3D169241&view=3Drev Log: Remove the old docs/dev/ which are now at /0.7/ Add a .htaccess redirect to preserve the old URLs. Removed: forrest/site/docs/dev/ Modified: forrest/site/.htaccess Modified: forrest/site/.htaccess URL: http://svn.apache.org/viewcvs/forrest/site/.htaccess?rev=3D169241&r1= =3D169240&r2=3D169241&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/site/.htaccess (original) +++ forrest/site/.htaccess Sun May 8 23:16:31 2005 @@ -15,6 +15,7 @@ =20 Options -MultiViews Redirect /docs/plugins http://forrest.apache.org/0.7/docs/plugins +Redirect /docs/dev http://forrest.apache.org/0.7/docs =20 # Change these to 0.7 after its release. Redirect /docs http://forrest.apache.org/0.6/docs