Author: busbey
Date: Thu Jan 15 00:58:00 2015
New Revision: 1651919
URL: http://svn.apache.org/r1651919
Log:
HBASE-11533 updating .htaccess mod_alias redirect matching order.
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=1651919&r1=1651918&r2=1651919&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Thu Jan 15 00:58:00 2015
@@ -4,5 +4,5 @@
Redirect permanent /replication.html /book.html#_cluster_replication
# Redirect old page-per-chapter book sections to new single file.
-RedirectMatch permanent ^/book/$ /book.html
RedirectMatch permanent ^/book/(.*)\.html$ /book.html#$1
+RedirectMatch permanent ^/book/$ /book.html