Author: busbey
Date: Thu Jan 15 00:45:02 2015
New Revision: 1651914
URL: http://svn.apache.org/r1651914
Log:
HBASE-11533 updating .htaccess mod_alias based redirect to not match all /book/
prefixes.
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=1651914&r1=1651913&r2=1651914&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Thu Jan 15 00:45:02 2015
@@ -4,5 +4,5 @@
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/$ /book.html
RedirectMatch permanent ^/book/(.*)\.html$ /book.html#$1