Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63757E774 for ; Fri, 1 Mar 2013 16:20:41 +0000 (UTC) Received: (qmail 80359 invoked by uid 500); 1 Mar 2013 16:20:41 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 80293 invoked by uid 500); 1 Mar 2013 16:20:41 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 80286 invoked by uid 99); 1 Mar 2013 16:20:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 16:20:41 +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; Fri, 01 Mar 2013 16:20:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1D56F23888E7; Fri, 1 Mar 2013 16:20:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1451632 - /commons/cms-site/trunk/content/resources/.htaccess Date: Fri, 01 Mar 2013 16:20:21 -0000 To: commits@commons.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130301162021.1D56F23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Fri Mar 1 16:20:20 2013 New Revision: 1451632 URL: http://svn.apache.org/r1451632 Log: fix redirect Modified: commons/cms-site/trunk/content/resources/.htaccess Modified: commons/cms-site/trunk/content/resources/.htaccess URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1451632&r1=1451631&r2=1451632&view=diff ============================================================================== --- commons/cms-site/trunk/content/resources/.htaccess (original) +++ commons/cms-site/trunk/content/resources/.htaccess Fri Mar 1 16:20:20 2013 @@ -70,5 +70,5 @@ RedirectMatch ^/sandbox/pipeline(.*) /sa RedirectMatch ^/sandbox/privilizer(.*) /sandbox/commons-privilizer/$1 #javadocs generic redirect a pattern was to use api-release/ or apix.x.x. -RedirectMatch /proper/commons-(.*)/api-release/(.*) /proper/commons-$1/javadocs/api-release/$2 -RedirectMatch /proper/commons-(.*)/api(.*)/(.*) /proper/commons-$1/javadocs/api$2/$3 \ No newline at end of file +RedirectMatch http://comons.apache.org/proper/commons-(.*)/api-release/(.*) http://comons.apache.org/proper/commons-$1/javadocs/api-release/$2 +RedirectMatch http://comons.apache.org/proper/commons-(.*)/api(.*)/(.*) http://comons.apache.org/proper/commons-$1/javadocs/api$2/$3 \ No newline at end of file