Author: cutting
Date: Mon Sep 10 18:20:53 2012
New Revision: 1383021

URL: http://svn.apache.org/viewvc?rev=1383021&view=rev
Log:
HADOOP-8662. Re-order redirect.

Modified:
    hadoop/common/site/main/publish/.htaccess

Modified: hadoop/common/site/main/publish/.htaccess
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/.htaccess?rev=1383021&r1=1383020&r2=1383021&view=diff
==============================================================================
--- hadoop/common/site/main/publish/.htaccess (original)
+++ hadoop/common/site/main/publish/.htaccess Mon Sep 10 18:20:53 2012
@@ -5,8 +5,8 @@ RedirectMatch Permanent ^/core/index.htm
 RedirectMatch Permanent ^/core/(.+)$ http://hadoop.apache.org/common/$1
 
 # Redirect former subprojects to the main site.
-RedirectMatch Permanent ^/common/(.+)$ http://hadoop.apache.org/$1
 RedirectMatch Permanent ^/common/credits.html$ 
http://hadoop.apache.org/who.html$1
+RedirectMatch Permanent ^/common/(.+)$ http://hadoop.apache.org/$1
 RedirectMatch Permanent ^/hdfs/(.+)$ http://hadoop.apache.org/$1
 RedirectMatch Permanent ^/mapreduce/(.+)$ http://hadoop.apache.org/$1
 


Reply via email to