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:12 UTC

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

Author: hossman
Date: Mon Feb  6 23:56:12 2012
New Revision: 1241272

URL: http://svn.apache.org/viewvc?rev=1241272&view=rev
Log:
who url change

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1241272&r1=1241271&r2=1241272&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Mon Feb  6 23:56:12 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