Author: misty
Date: Wed Jan 14 21:05:24 2015
New Revision: 1651827
URL: http://svn.apache.org/r1651827
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=1651827&r1=1651826&r2=1651827&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Wed Jan 14 21:05:24 2015
@@ -2,7 +2,7 @@
# Rule added 2015-1-12 -- can be removed in 6 months
Options +FollowSymLinks
RewriteEngine On
-RedirectMatch ^book/?$ http://hbase.apache.org/book.html
+RedirectMatch ^/book/(.+).html(.+) http://hbase.apache.org/book.html#1
# Redirect replication URL to the right section of the book