Author: misty
Date: Wed Jan 14 20:04:08 2015
New Revision: 1651800

URL: http://svn.apache.org/r1651800
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=1651800&r1=1651799&r2=1651800&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 20:04:08 2015
@@ -2,8 +2,8 @@
 # Rule added 2015-1-12 -- can be removed in 6 months
 Options +FollowSymLinks
 RewriteEngine On
-#RewriteRule ^book/.* http://hbase.apache.org/book.html [R=301,L]
-RewriteRule ^/book.html#1$ /book/$1.html [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