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/07 23:38:45 UTC

svn commit: r602255 - /lucene/hadoop/site/publish/.htaccess

Author: cutting
Date: Fri Dec  7 14:38:45 2007
New Revision: 602255

URL: http://svn.apache.org/viewvc?rev=602255&view=rev
Log:
Try using Redirect instead of RedirectMatch, since that doesn't seem
to be working.

Modified:
    lucene/hadoop/site/publish/.htaccess

Modified: lucene/hadoop/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/lucene/hadoop/site/publish/.htaccess?rev=602255&r1=602254&r2=602255&view=diff
==============================================================================
--- lucene/hadoop/site/publish/.htaccess (original)
+++ lucene/hadoop/site/publish/.htaccess Fri Dec  7 14:38:45 2007
@@ -1,2 +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
+Redirect Permanent /hadoop/about http://lucene.apache.org/hadoop/index
+Redirect Permanent /hadoop/api http://lucene.apache.org/hadoop/docs/current/api