Author: misty
Date: Wed Jan 14 21:19:52 2015
New Revision: 1651833
URL: http://svn.apache.org/r1651833
Log:
Hacking htaccess
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=1651833&r1=1651832&r2=1651833&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 21:19:52 2015
@@ -1,8 +1,7 @@
# Redirect HTML-multi version of the book to HTML-single
# Rule added 2015-1-12 -- can be removed in 6 months
-Options +FollowSymLinks
-RewriteEngine On
-Redirect 301 /book/index.html http://hbase.apache.org/book.html
+RedirectMatch 301 ^/book/.*$ http://hbase.apache.org/book.html
+
# Redirect replication URL to the right section of the book
# Rule added 2015-1-12 -- can be removed in 6 months