You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2010/05/12 07:34:17 UTC

svn commit: r943377 - /lucene/site/publish/.htaccess

Author: mattmann
Date: Wed May 12 05:34:16 2010
New Revision: 943377

URL: http://svn.apache.org/viewvc?rev=943377&view=rev
Log:
Promote Tika to TLP

Modified:
    lucene/site/publish/.htaccess

Modified: lucene/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/lucene/site/publish/.htaccess?rev=943377&r1=943376&r2=943377&view=diff
==============================================================================
--- lucene/site/publish/.htaccess (original)
+++ lucene/site/publish/.htaccess Wed May 12 05:34:16 2010
@@ -13,3 +13,6 @@ RedirectMatch Permanent ^/nutch/release/
 
 # hadoop graduated to TLP
 RedirectMatch Permanent ^/hadoop(.*) http://hadoop.apache.org/core$1
+
+# promote Tika to TLP
+RedirectMatch Permanent ^/tika/(.*)$ http://tika.apache.org/$1