You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2015/01/14 22:22:09 UTC

svn commit: r1651834 - /hbase/hbase.apache.org/trunk/.htaccess

Author: misty
Date: Wed Jan 14 21:22:09 2015
New Revision: 1651834

URL: http://svn.apache.org/r1651834
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=1651834&r1=1651833&r2=1651834&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 21:22:09 2015
@@ -1,6 +1,7 @@
 # Redirect HTML-multi version of the book to HTML-single
 # Rule added 2015-1-12 -- can be removed in 6 months
-RedirectMatch 301 ^/book/.*$ http://hbase.apache.org/book.html
+RewriteEngine on
+RewriteRule ^/book.html /book/
 
 
 # Redirect replication URL to the right section of the book