Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 2201 invoked from network); 24 Jun 2005 03:56:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jun 2005 03:56:02 -0000 Received: (qmail 88143 invoked by uid 500); 24 Jun 2005 03:56:02 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 88064 invoked by uid 500); 24 Jun 2005 03:56:01 -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" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 88051 invoked by uid 99); 24 Jun 2005 03:56:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 20:56:01 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 23 Jun 2005 20:56:02 -0700 Received: (qmail 2169 invoked by uid 65534); 24 Jun 2005 03:55:58 -0000 Message-ID: <20050624035558.2168.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r201560 - /forrest/trunk/site-author/content/.htaccess Date: Fri, 24 Jun 2005 03:55:58 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Thu Jun 23 20:55:56 2005 New Revision: 201560 URL: http://svn.apache.org/viewcvs?rev=201560&view=rev Log: Redirect the old /docs/ to /docs_0_70/ Modified: forrest/trunk/site-author/content/.htaccess Modified: forrest/trunk/site-author/content/.htaccess URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/.htaccess?rev=201560&r1=201559&r2=201560&view=diff ============================================================================== --- forrest/trunk/site-author/content/.htaccess (original) +++ forrest/trunk/site-author/content/.htaccess Thu Jun 23 20:55:56 2005 @@ -11,11 +11,10 @@ RedirectMatch ^/todo(.*) http://forrest.apache.org/docs_0_80/todo$1 Options -MultiViews + Redirect /docs/plugins http://forrest.apache.org/pluginDocs/plugins_0_70 Redirect /docs/dev http://forrest.apache.org/docs_0_80 - -# Some special matches needed until 0.7 is released -RedirectMatch ^/docs/build(.*) http://forrest.apache.org/0.6/build$1 +Redirect /docs http://forrest.apache.org/docs_0_70 # handle all DTDs etc.