You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2007/12/05 21:15:13 UTC

svn commit: r601498 - in /lucene/hadoop/site/publish: ./ .htaccess

Author: cutting
Date: Wed Dec  5 12:15:12 2007
New Revision: 601498

URL: http://svn.apache.org/viewvc?rev=601498&view=rev
Log:
HADOOP-2160.  No longer ignore api, since it's not there, but redirect api requests to current version, for back-compatibility.

Modified:
    lucene/hadoop/site/publish/   (props changed)
    lucene/hadoop/site/publish/.htaccess

Propchange: lucene/hadoop/site/publish/
            ('svn:ignore' removed)

Modified: lucene/hadoop/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/lucene/hadoop/site/publish/.htaccess?rev=601498&r1=601497&r2=601498&view=diff
==============================================================================
--- lucene/hadoop/site/publish/.htaccess (original)
+++ lucene/hadoop/site/publish/.htaccess Wed Dec  5 12:15:12 2007
@@ -1 +1,2 @@
 RedirectMatch Permanent ^/hadoop/about(.*) http://lucene.apache.org/hadoop/index$1
+RedirectMatch Permanent ^/hadoop/api(.*) http://lucene.apache.org/hadoop/docs/current/api$1