Author: misty
Date: Wed Jan 14 17:58:14 2015
New Revision: 1651755

URL: http://svn.apache.org/r1651755
Log:
Tweaking .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=1651755&r1=1651754&r2=1651755&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 17:58:14 2015
@@ -1,7 +1,7 @@
 # Redirect HTML-multi version of the book to HTML-single
 # Rule added 2015-1-12 -- can be removed in 6 months
 RewriteEngine on
-RewriteRule ^book/(.+) http://hbase.apache.org/book.html  [R=301,L]
+RewriteRule ^book\/(.+) http://hbase.apache.org/book.html  [R=301,L]
 
 # Redirect replication URL to the right section of the book
 # Rule added 2015-1-12 -- can be removed in 6 months


Reply via email to