Author: misty
Date: Wed Jan 14 21:12:55 2015
New Revision: 1651830
URL: http://svn.apache.org/r1651830
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=1651830&r1=1651829&r2=1651830&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 21:12:55 2015
@@ -2,9 +2,7 @@
# Rule added 2015-1-12 -- can be removed in 6 months
Options +FollowSymLinks
RewriteEngine On
-#RedirectMatch ^/book/(.+).html(.+) http://hbase.apache.org/book.html#1
-RedirectMatch 301 ^/book/(.*) http://hbase.apache.org/book.html
-
+Redirect 301 /book/index.html 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