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

svn commit: r804049 - /websites/staging/lucene/trunk/content/.htaccess

Author: buildbot
Date: Tue Feb  7 00:02:30 2012
New Revision: 804049

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 00:02:30 2012
@@ -3,11 +3,17 @@
 #
 #
 
-# Pre-CMS site redirects
+### Pre-CMS site redirects
+
+# page renames
 RedirectMatch Permanent /who.html /whoweare.html
+RedirectMatch Permanent /java/docs/irc.html /core/discussion.html#irc
+
+# versioned core docs
+RedirectMatch Permanent /java/(\d+.*) http://lucene.apache.org/core/old_versioned_docs/versions/$1
 
-#Core is the new Java!
-RedirectMatch Permanent /java/(.*) http://lucene.apache.org/core/$1
+# Default catch for "java" - Core is the new Java!
+RedirectMatch Permanent /java/docs/(.*) http://lucene.apache.org/core/$1
 
 ### old subprojects