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:04:38 UTC

svn commit: r1241522 - /lucene/cms/trunk/content/.htaccess

Author: hossman
Date: Tue Feb  7 17:04:38 2012
New Revision: 1241522

URL: http://svn.apache.org/viewvc?rev=1241522&view=rev
Log:
with or w/o slash

Modified:
    lucene/cms/trunk/content/.htaccess

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1241522&r1=1241521&r2=1241522&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Tue Feb  7 17:04:38 2012
@@ -21,8 +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/(.*) /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