Author: misty
Date: Mon Jan 12 19:38:02 2015
New Revision: 1651177
URL: http://svn.apache.org/r1651177
Log:
Testing .htaccess rules
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=1651177&r1=1651176&r2=1651177&view=diff
==============================================================================
--- hbase/hbase.apache.org/trunk/.htaccess (original)
+++ hbase/hbase.apache.org/trunk/.htaccess Mon Jan 12 19:38:02 2015
@@ -1,2 +1,2 @@
RewriteEngine On
-RewriteRule ^([^/book/]+)/?(.*)$ /book.html?q=$2 [L]
\ No newline at end of file
+RewriteRule ^([^/book/]+)/(.*)$ /book.html?q=$2 [L]
\ No newline at end of file