From svn-return-2294-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Tue May 10 13:07:33 2005 Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 5436 invoked from network); 10 May 2005 13:07:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 May 2005 13:07:33 -0000 Received: (qmail 28940 invoked by uid 500); 10 May 2005 13:08:09 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 28529 invoked by uid 500); 10 May 2005 13:08:04 -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 28393 invoked by uid 99); 10 May 2005 13:07:59 -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; Tue, 10 May 2005 06:07:59 -0700 Received: (qmail 4499 invoked by uid 65534); 10 May 2005 13:04:16 -0000 Message-ID: <20050510130416.4490.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r169463 - /forrest/site/0.6/.htaccess Date: Tue, 10 May 2005 13:04:15 -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: Tue May 10 06:04:15 2005 New Revision: 169463 URL: http://svn.apache.org/viewcvs?rev=3D169463&view=3Drev Log: With the 'svn co' of release docs at the top-level=20 we don't need these complex redirects anymore. Modified: forrest/site/0.6/.htaccess Modified: forrest/site/0.6/.htaccess URL: http://svn.apache.org/viewcvs/forrest/site/0.6/.htaccess?rev=3D169463&= r1=3D169462&r2=3D169463&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/0.6/.htaccess (original) +++ forrest/site/0.6/.htaccess Tue May 10 06:04:15 2005 @@ -17,21 +17,6 @@ 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 -Redirect /howto http://forrest.apache.org/0.6/howto - -# Other top-level documents go to the current release. -# We need specific matches because mirrors.cgi and mirrors.html -# need to remain at the top-level. -RedirectMatch ^/build(.*) http://forrest.apache.org/0.6/build$1 -RedirectMatch ^/contrib(.*) http://forrest.apache.org/0.6/contrib$1 -RedirectMatch ^/faq(.*) http://forrest.apache.org/0.6/faq$1 -RedirectMatch ^/flyer(.*) http://forrest.apache.org/0.6/flyer$1 -RedirectMatch ^/index(.*) http://forrest.apache.org/0.6/index$1 -RedirectMatch ^/license(.*) http://forrest.apache.org/0.6/license$1 -RedirectMatch ^/mail-lists(.*) http://forrest.apache.org/0.6/mail-lists$1 - # handle all DTDs etc. ForceType application/xml-dtd