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 E2BE6ED9E for ; Sat, 12 Jan 2013 15:00:41 +0000 (UTC) Received: (qmail 25273 invoked by uid 500); 12 Jan 2013 15:00:41 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 25092 invoked by uid 500); 12 Jan 2013 15:00: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 25085 invoked by uid 99); 12 Jan 2013 15:00:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2013 15:00: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; Sat, 12 Jan 2013 15:00:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E6C942388A68; Sat, 12 Jan 2013 15:00:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1432442 - /commons/cms-site/trunk/content/resources/.htaccess Date: Sat, 12 Jan 2013 15:00:20 -0000 To: commits@commons.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130112150020.E6C942388A68@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Sat Jan 12 15:00:20 2013 New Revision: 1432442 URL: http://svn.apache.org/viewvc?rev=1432442&view=rev Log: fix redirect for proper sites 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=1432442&r1=1432441&r2=1432442&view=diff ============================================================================== --- commons/cms-site/trunk/content/resources/.htaccess (original) +++ commons/cms-site/trunk/content/resources/.htaccess Sat Jan 12 15:00:20 2013 @@ -1,11 +1,11 @@ # redirect from previous path #propers -RedirectMatch ^(.*)/collections/(.*) $1/propers/commons-collections/$2 -RedirectMatch ^(.*)/exec/(.*) $1/propers/commons-exec/$2 -RedirectMatch ^(.*)/cli/(.*) $1/propers/commons-cli/$2 -RedirectMatch ^(.*)/ognl/(.*) $1/propers/commons-ognl/$2 -RedirectMatch ^(.*)/digester/(.*) $1/propers/commons-digester/$2 -RedirectMatch ^(.*)/attributes/(.*) $1/propers/commons-attributes/$2 +RedirectMatch ^(.*)/collections/(.*) $1/proper/commons-collections/$2 +RedirectMatch ^(.*)/exec/(.*) $1/proper/commons-exec/$2 +RedirectMatch ^(.*)/cli/(.*) $1/proper/commons-cli/$2 +RedirectMatch ^(.*)/ognl/(.*) $1/proper/commons-ognl/$2 +RedirectMatch ^(.*)/digester/(.*) $1/proper/commons-digester/$2 +RedirectMatch ^(.*)/attributes/(.*) $1/proper/commons-attributes/$2 #sandbox RedirectMatch ^(.*)/sandbox/cli2/(.*) $1/sandbox-sites/commons-cli2/$2