Author: buildbot
Date: Tue Feb 7 17:03:59 2012
New Revision: 804110
Log:
Staging update by buildbot for lucene
Modified:
websites/staging/lucene/trunk/content/.htaccess
Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Tue Feb 7 17:03:59 2012
@@ -22,6 +22,7 @@ RedirectMatch Permanent /java/(\d+.*) /c
# Default catch for "java" - Core is the new Java!
RedirectMatch Permanent /java/docs/(.*) /core/$1
+RedirectMatch Permanent /java/(.*) /core/$1
# pylucene docs renamed
RedirectMatch Permanent /pylucene/documentation/install.html /pylucene/install.html
|