Author: misty
Date: Wed Jan 14 23:39:01 2015
New Revision: 1651888

URL: http://svn.apache.org/r1651888
Log:
Trying Sean's suggestion

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=1651888&r1=1651887&r2=1651888&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 23:39:01 2015
@@ -1,10 +1,9 @@
-# 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/(.*)\.html book.html#$1 [R, NE, L, QSA]
-
 # Redirect replication URL to the right section of the book
 # Rule added 2015-1-12 -- can be removed in 6 months
 Redirect permanent /replication.html /book.html#_cluster_replication
 
+# 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/(.*)\.html book.html#$1 [R, NE, L]


Reply via email to