Author: cutting
Date: Thu Mar 17 14:06:13 2005
New Revision: 157982
URL: http://svn.apache.org/viewcvs?view=rev&rev=157982
Log:
Add redirects for those portions of www.nutch.org that have not yet
been moved to Apache.
Modified:
incubator/public/trunk/site-publish/.htaccess
Modified: incubator/public/trunk/site-publish/.htaccess
URL:
http://svn.apache.org/viewcvs/incubator/public/trunk/site-publish/.htaccess?view=diff&r1=157981&r2=157982
==============================================================================
--- incubator/public/trunk/site-publish/.htaccess (original)
+++ incubator/public/trunk/site-publish/.htaccess Thu Mar 17 14:06:13 2005
@@ -1,2 +1,9 @@
RedirectMatch Permanent ^/directory(.*) http://directory.apache.org$1
RedirectMatch Permanent ^/geronimo(.*) http://geronimo.apache.org$1
+
+# www.nutch.org now maps to incubator.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/$1
+RedirectMatch Permanent ^/nutch/docs/(.*) http://nutch.sourceforge.net/docs/$1
+RedirectMatch Permanent ^/nutch/blog/(.*) http://nutch.sourceforge.net/blog/$1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]