You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/05/08 16:19:37 UTC

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

Author: hboutemy
Date: Thu May  8 14:19:37 2014
New Revision: 1593292

URL: http://svn.apache.org/r1593292
Log:
redirect any download.html uri to download.cgi

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=1593292&r1=1593291&r2=1593292&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Thu May  8 14:19:37 2014
@@ -3,6 +3,7 @@ ErrorDocument 404 /errors/404.html
 
 Redirect Permanent /release-notes.html http://maven.apache.org/release-notes-all.html
 Redirect Permanent /download.html /download.cgi
+RedirectMatch permanent ^/(.*/)download.html$ http://maven.apache.org/$1/download.cgi
 
 Redirect /ref/current http://maven.apache.org/ref/${currentStableVersion}
 Redirect /ref/current-2.0.x http://maven.apache.org/ref/${current20xVersion}