Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15E987292 for ; Wed, 28 Sep 2011 17:53:56 +0000 (UTC) Received: (qmail 1216 invoked by uid 500); 28 Sep 2011 17:53:56 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 1177 invoked by uid 500); 28 Sep 2011 17:53:56 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 1169 invoked by uid 99); 28 Sep 2011 17:53:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 17:53:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 17:53:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CBEAA23888FD; Wed, 28 Sep 2011 17:53:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1176989 - /aries/site/trunk/content/.htaccess Date: Wed, 28 Sep 2011 17:53:34 -0000 To: commits@aries.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110928175334.CBEAA23888FD@eris.apache.org> Author: dkulp Date: Wed Sep 28 17:53:34 2011 New Revision: 1176989 URL: http://svn.apache.org/viewvc?rev=1176989&view=rev Log: According to dims, just Redirect should work better Modified: aries/site/trunk/content/.htaccess Modified: aries/site/trunk/content/.htaccess URL: http://svn.apache.org/viewvc/aries/site/trunk/content/.htaccess?rev=1176989&r1=1176988&r2=1176989&view=diff ============================================================================== --- aries/site/trunk/content/.htaccess (original) +++ aries/site/trunk/content/.htaccess Wed Sep 28 17:53:34 2011 @@ -1,10 +1,10 @@ -RedirectMatch Permanent /blueprint/xmlns/blueprint-cm/v1i\.0\.0 /schemas/blueprint-cm/blueprint-cm-1.0.0.xsd -RedirectMatch Permanent /blueprint/xmlns/blueprint-cm/v1\.1\.0 /schemas/blueprint-cm/blueprint-cm-1.1.0.xsd -RedirectMatch Permanent /blueprint/xmlns/blueprint-ext/v1\.1\.0 /schemas/blueprint-ext/blueprint-ext-1.1.xsd -RedirectMatch Permanent /blueprint/xmlns/blueprint-ext/v1\.0\.0 /schemas/blueprint-ext/blueprint-ext.xsd -RedirectMatch Permanent /xmlns/transactions/v1\.0\.0 /schemas/transaction/transactionv10.xsd -RedirectMatch Permanent /xmlns/transactions/v1\.1\.0 /schemas/transaction/transactionv11.xsd -RedirectMatch Permanent /xmlns/jpa/v1\.0\.0 /schemas/jpa/jpa.xsd -RedirectMatch Permanent /xmlns/jpa/v1\.1\.0 /schemas/jpa/jpa_110.xsd +Redirect Permanent /blueprint/xmlns/blueprint-cm/v1.0.0 /schemas/blueprint-cm/blueprint-cm-1.0.0.xsd +Redirect Permanent /blueprint/xmlns/blueprint-cm/v1.1.0 /schemas/blueprint-cm/blueprint-cm-1.1.0.xsd +Redirect Permanent /blueprint/xmlns/blueprint-ext/v1.1.0 /schemas/blueprint-ext/blueprint-ext-1.1.xsd +Redirect Permanent /blueprint/xmlns/blueprint-ext/v1.0.0 /schemas/blueprint-ext/blueprint-ext.xsd +Redirect Permanent /xmlns/transactions/v1.0.0 /schemas/transaction/transactionv10.xsd +Redirect Permanent /xmlns/transactions/v1.1.0 /schemas/transaction/transactionv11.xsd +Redirect Permanent /xmlns/jpa/v1.0.0 /schemas/jpa/jpa.xsd +Redirect Permanent /xmlns/jpa/v1.1.0 /schemas/jpa/jpa_110.xsd