You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/02/07 18:06:54 UTC

svn commit: r804112 - in /websites/production/lucene: ./ content/.htaccess

Author: hossman
Date: Tue Feb  7 17:06:54 2012
New Revision: 804112

Log:
fix /java

Modified:
    websites/production/lucene/   (props changed)
    websites/production/lucene/content/.htaccess

Propchange: websites/production/lucene/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Feb  7 17:06:54 2012
@@ -1 +1 @@
-/websites/staging/lucene/trunk:779871-804068
+/websites/staging/lucene/trunk:779871-804111

Modified: websites/production/lucene/content/.htaccess
==============================================================================
--- websites/production/lucene/content/.htaccess (original)
+++ websites/production/lucene/content/.htaccess Tue Feb  7 17:06:54 2012
@@ -21,7 +21,8 @@ RedirectMatch Permanent /mail.html /core
 RedirectMatch Permanent /java/(\d+.*) /core/old_versioned_docs/versions/$1
 
 # Default catch for "java" - Core is the new Java!
-RedirectMatch Permanent /java/docs/(.*) /core/$1
+RedirectMatch Permanent /java/docs(.*) /core$1
+RedirectMatch Permanent /java(.*) /core$1
 
 # pylucene docs renamed
 RedirectMatch Permanent /pylucene/documentation/install.html /pylucene/install.html