Author: misty
Date: Wed Jan 14 14:21:49 2015
New Revision: 1651677

URL: http://svn.apache.org/r1651677
Log:
Testing redirect tweaks

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=1651677&r1=1651676&r2=1651677&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 14:21:49 2015
@@ -1,7 +1,6 @@
 # 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/.*$ /book.html [R=302]
+RedirectMatch 301 ^/book/(.*)$ 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


Reply via email to