You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cu...@apache.org on 2007/01/04 19:04:20 UTC

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

Author: cutting
Date: Thu Jan  4 10:04:19 2007
New Revision: 492660

URL: http://svn.apache.org/viewvc?view=rev&rev=492660
Log:
Updated for changes in hadoop's site structure.

Modified:
    lucene/site/publish/.htaccess

Modified: lucene/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/lucene/site/publish/.htaccess?view=diff&rev=492660&r1=492659&r2=492660
==============================================================================
--- lucene/site/publish/.htaccess (original)
+++ lucene/site/publish/.htaccess Thu Jan  4 10:04:19 2007
@@ -1,6 +1,8 @@
-#Redirect Permanent /index.html      http://lucene.apache.org/java/docs/index.html
 Redirect Permanent /java/index.html http://lucene.apache.org/java/docs/index.html
 Redirect Permanent /nutch/docs/en/bot.html http://lucene.apache.org/nutch/bot.html
+
+# hadoop docs are now at top-level
+RedirectMatch Permanent ^/hadoop/docs/(.*) http://lucene.apache.org/hadoop/$1
 
 # www.nutch.org now maps to incubator.apache.org/nutch
 # until the site is fully converted, forward some stuff back to sourceforge