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 00:56:50 UTC

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

Author: hossman
Date: Mon Feb  6 23:56:50 2012
New Revision: 804048

Log:
fixing "who" redirect

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

Propchange: websites/production/lucene/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Feb  6 23:56:50 2012
@@ -1 +1 @@
-/websites/staging/lucene/trunk:779871-804044
+/websites/staging/lucene/trunk:779871-804047

Modified: websites/production/lucene/content/.htaccess
==============================================================================
--- websites/production/lucene/content/.htaccess (original)
+++ websites/production/lucene/content/.htaccess Mon Feb  6 23:56:50 2012
@@ -3,9 +3,15 @@
 #
 #
 
+# Pre-CMS site redirects
+RedirectMatch Permanent /who.html /whoweare.html
+
 #Core is the new Java!
 RedirectMatch Permanent /java/(.*) http://lucene.apache.org/core/$1
 
+### old subprojects
+
+# old nutch redirects
 Redirect Permanent /nutch/docs/en/bot.html http://lucene.apache.org/nutch/bot.html
 
 # hadoop graduated to TLP