Author: misty
Date: Wed Jan 14 22:02:33 2015
New Revision: 1651851

URL: http://svn.apache.org/r1651851
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=1651851&r1=1651850&r2=1651851&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 22:02:33 2015
@@ -1,9 +1,9 @@
 # Redirect HTML-multi version of the book to HTML-single
 # Rule added 2015-1-12 -- can be removed in 6 months
-RedirectMatch permanent ^book/.* book.html [L]
+RedirectMatch permanent ^book/.* 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
-Redirect /replication.html /book.html#_cluster_replication [L]
+Redirect /replication.html /book.html#_cluster_replication [R=301,L]
 


Reply via email to