You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/12/26 16:46:56 UTC

svn commit: r1425957 - /maven/site/trunk/content/filtered-resources/.htaccess

Author: olamy
Date: Wed Dec 26 15:46:56 2012
New Revision: 1425957

URL: http://svn.apache.org/viewvc?rev=1425957&view=rev
Log:
redirect download.html to download-fast.cgi with auto mirror setup

Modified:
    maven/site/trunk/content/filtered-resources/.htaccess

Modified: maven/site/trunk/content/filtered-resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?rev=1425957&r1=1425956&r2=1425957&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Wed Dec 26 15:46:56 2012
@@ -2,6 +2,7 @@ IndexOptions +SuppressIcon
 ErrorDocument 404 /errors/404.html
 
 Redirect Permanent /release-notes.html http://maven.apache.org/release-notes-all.html
+Redirect Permanent /download.html http://maven.apache.org/download-fast.cgi
 
 Redirect /ref/current http://maven.apache.org/ref/${currentStableVersion}
 Redirect /ref/current-2.0.x http://maven.apache.org/ref/${current20xVersion}