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 2005/06/02 22:49:34 UTC

svn commit: r179646 - /lucene/.htaccess

Author: cutting
Date: Thu Jun  2 13:49:33 2005
New Revision: 179646

URL: http://svn.apache.org/viewcvs?rev=179646&view=rev
Log:
Add .htaccess.

Added:
    lucene/.htaccess

Added: lucene/.htaccess
URL: http://svn.apache.org/viewcvs/lucene/.htaccess?rev=179646&view=auto
==============================================================================
--- lucene/.htaccess (added)
+++ lucene/.htaccess Thu Jun  2 13:49:33 2005
@@ -0,0 +1,7 @@
+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
+
+# www.nutch.org now maps to lucene.apache.org/nutch
+# until the site is fully converted, forward some stuff back to sourceforge
+RedirectMatch Permanent ^/nutch/cgi-bin/(.*) http://nutch.sourceforge.net/cgi-bin/$1
+RedirectMatch Permanent ^/nutch/twiki/(.*) http://nutch.sourceforge.net/twiki/$1RedirectMatch Permanent ^/nutch/blog/(.*) http://nutch.sourceforge.net/blog/$1