Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 61879 invoked from network); 30 Mar 2011 06:22:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Mar 2011 06:22:54 -0000 Received: (qmail 4221 invoked by uid 500); 30 Mar 2011 06:22:54 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 4185 invoked by uid 500); 30 Mar 2011 06:22:54 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 4178 invoked by uid 99); 30 Mar 2011 06:22:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2011 06:22:54 +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, 30 Mar 2011 06:22:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B5D752388906; Wed, 30 Mar 2011 06:22:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1086853 - /hadoop/site/publish/.htaccess Date: Wed, 30 Mar 2011 06:22:30 -0000 To: common-commits@hadoop.apache.org From: phunt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110330062230.B5D752388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: phunt Date: Wed Mar 30 06:22:30 2011 New Revision: 1086853 URL: http://svn.apache.org/viewvc?rev=1086853&view=rev Log: Add redirect for ZooKeeper Modified: hadoop/site/publish/.htaccess Modified: hadoop/site/publish/.htaccess URL: http://svn.apache.org/viewvc/hadoop/site/publish/.htaccess?rev=1086853&r1=1086852&r2=1086853&view=diff ============================================================================== --- hadoop/site/publish/.htaccess (original) +++ hadoop/site/publish/.htaccess Wed Mar 30 06:22:30 2011 @@ -14,3 +14,5 @@ RedirectMatch Permanent ^/hbase/(.*)$ ht RedirectMatch Permanent ^/hive/(.*)$ http://hive.apache.org/$1 # promote Pig to TLP RedirectMatch Permanent ^/pig/(.*)$ http://pig.apache.org/$1 +# promote ZooKeeper to TLP +RedirectMatch Permanent ^/zookeeper/(.*)$ http://zookeeper.apache.org/$1