Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-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 AC97895C0 for ; Tue, 10 Jul 2012 18:24:45 +0000 (UTC) Received: (qmail 10457 invoked by uid 500); 10 Jul 2012 18:24:45 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 10428 invoked by uid 500); 10 Jul 2012 18:24:45 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 10420 invoked by uid 99); 10 Jul 2012 18:24:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 18:24:45 +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; Tue, 10 Jul 2012 18:24:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 51714238889B for ; Tue, 10 Jul 2012 18:24:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r825293 - /websites/production/logging/content/log4php/.htaccess Date: Tue, 10 Jul 2012 18:24:25 -0000 To: commits@logging.apache.org From: grobmeier@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120710182425.51714238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: grobmeier Date: Tue Jul 10 18:24:24 2012 New Revision: 825293 Log: try to fix Modified: websites/production/logging/content/log4php/.htaccess Modified: websites/production/logging/content/log4php/.htaccess ============================================================================== --- websites/production/logging/content/log4php/.htaccess (original) +++ websites/production/logging/content/log4php/.htaccess Tue Jul 10 18:24:24 2012 @@ -1,2 +1,3 @@ RewriteEngine on -RewriteRule ^(.+)$ 2.x/$1 +RewriteCond %{HTTP_HOST} ^(www.)?logging.apache.org/log4php$ +RewriteRule ^(.*)$ 2.x/$1