Author: busbey
Date: Thu Jan 15 00:32:18 2015
New Revision: 1651911
URL: http://svn.apache.org/r1651911
Log:
HBASE-11533 updating .htaccess with a mod_alias based redirect.
Modified:
hbase/hbase.apache.org/trunk/.htaccess
Modified: hbase/hbase.apache.org/trunk/.htaccess
URL:
http://svn.apache.org/viewvc/hbase/hbase.apache.org/trunk/.htaccess?rev=1651911&r1=1651910&r2=1651911&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Thu Jan 15 00:32:18 2015
@@ -1,6 +1,8 @@
# Redirect replication URL to the right section of the book
# Rule added 2015-1-12 -- can be removed in 6 months
-Redirect permanent /replication.html /book.html#_cluster_replication
-
+Redirect permanent /replication.html /book.html#cluster_replication
+# Redirect old page-per-chapter book sections to new single file.
+Redirect permanent /book/ /book.html
+RedirectMatch permanent ^/book/(.*)\.html$ /book.html#$1