You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ph...@apache.org on 2011/03/30 08:22:30 UTC

svn commit: r1086853 - /hadoop/site/publish/.htaccess

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