Author: misty
Date: Wed Jan 14 14:16:58 2015
New Revision: 1651675
URL: http://svn.apache.org/r1651675
Log:
Testing redirect tweaks
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=1651675&r1=1651674&r2=1651675&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 14:16:58 2015
@@ -1,8 +1,9 @@
# Redirect HTML-multi version of the book to HTML-single
# Rule added 2015-1-12 -- can be removed in 6 months
-Redirect /book/ /book.html
+RewriteEngine On
+RewriteRule ^book/.*$ /book.html [R=302]
# Redirect replication URL to the right section of the book
# Rule added 2015-1-12 -- can be removed in 6 months
-Redirect /replication.html /book.html#cluster_replication
+Redirect /replication.html /book.html#_cluster_replication