From general-return-1224-apmail-logging-general-archive=logging.apache.org@logging.apache.org Tue Sep 04 16:27:24 2007 Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 26709 invoked from network); 4 Sep 2007 16:27:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 16:27:21 -0000 Received: (qmail 47311 invoked by uid 500); 4 Sep 2007 16:27:16 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 47278 invoked by uid 500); 4 Sep 2007 16:27:15 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 47267 invoked by uid 99); 4 Sep 2007 16:27:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 09:27:15 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 16:28:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 678FD1A9832; Tue, 4 Sep 2007 09:26:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r572728 - in /logging/site/trunk/author/src/site/resources/log4cxx: ./ .htaccess Date: Tue, 04 Sep 2007 16:26:58 -0000 To: general@logging.apache.org From: carnold@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070904162658.678FD1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: carnold Date: Tue Sep 4 09:26:56 2007 New Revision: 572728 URL: http://svn.apache.org/viewvc?rev=572728&view=rev Log: Add redirects for old log4cxx site URLs Added: logging/site/trunk/author/src/site/resources/log4cxx/ logging/site/trunk/author/src/site/resources/log4cxx/.htaccess Added: logging/site/trunk/author/src/site/resources/log4cxx/.htaccess URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/resources/log4cxx/.htaccess?rev=572728&view=auto ============================================================================== --- logging/site/trunk/author/src/site/resources/log4cxx/.htaccess (added) +++ logging/site/trunk/author/src/site/resources/log4cxx/.htaccess Tue Sep 4 09:26:56 2007 @@ -0,0 +1,27 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + + RewriteEngine on + # + # rewrite site requests to equivalent new URLs + # + RewriteRule ^contributing\.html$ http://logging.apache.org/log4cxx/issue-tracking.html [R=permanent,L] + RewriteRule ^support\.html$ http://logging.apache.org/log4cxx/index.html [R=permanent,L] + RewriteRule ^team\.html$ http://logging.apache.org/team-list.html [R=permanent,L] + RewriteRule ^ChangeLog$ http://logging.apache.org/log4cxx/changes-report.html [R=permanent,L] + RewriteRule ^manual/index\.html$ http://logging.apache.org/log4cxx/manual.html [R=permanent,L] + RewriteRule ^manual/(.*)$ http://logging.apache.org/log4cxx/apidocs/$1 [R=permanent,L] +