Author: misty
Date: Wed Jan 14 21:07:08 2015
New Revision: 1651828

URL: http://svn.apache.org/r1651828
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=1651828&r1=1651827&r2=1651828&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 21:07:08 2015
@@ -2,7 +2,8 @@
 # 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 ^/book/(.+).html(.+) http://hbase.apache.org/book.html#1
+Alias /book /book.html
 
 
 # Redirect replication URL to the right section of the book


Reply via email to