You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by iv...@apache.org on 2015/03/11 20:33:59 UTC

svn commit: r1665979 - in /zookeeper/site/trunk/content: .htaccess bookkeeper/

Author: ivank
Date: Wed Mar 11 19:33:59 2015
New Revision: 1665979

URL: http://svn.apache.org/r1665979
Log:
Added bookkeeper redirect to top level htaccess

Removed:
    zookeeper/site/trunk/content/bookkeeper/
Modified:
    zookeeper/site/trunk/content/.htaccess

Modified: zookeeper/site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/.htaccess?rev=1665979&r1=1665978&r2=1665979&view=diff
==============================================================================
--- zookeeper/site/trunk/content/.htaccess (original)
+++ zookeeper/site/trunk/content/.htaccess Wed Mar 11 19:33:59 2015
@@ -4,3 +4,5 @@
 RedirectMatch Permanent ^/docs/(.+)$ /doc/$1
 # Old site had /mailing_lists.html while new site has /lists.html
 RedirectMatch Permanent ^/mailing_lists.html$ /lists.html
+# redirect bookkeeper site
+RedirectMatch Permanent ^/bookkeeper/(.+)$ http://bookkeeper.apache.org/$1
\ No newline at end of file