Author: misty
Date: Wed Jan 14 21:09:38 2015
New Revision: 1651829

URL: http://svn.apache.org/r1651829
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=1651829&r1=1651828&r2=1651829&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 21:09:38 2015
@@ -3,7 +3,7 @@
 Options +FollowSymLinks
 RewriteEngine On
 #RedirectMatch ^/book/(.+).html(.+) http://hbase.apache.org/book.html#1
-Alias /book /book.html
+RedirectMatch 301 ^/book/(.*) http://hbase.apache.org/book.html
 
 
 # Redirect replication URL to the right section of the book


Reply via email to