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:54:07 UTC

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

Author: hboutemy
Date: Thu May  8 14:54:07 2014
New Revision: 1593302

URL: http://svn.apache.org/r1593302
Log:
little improvement

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=1593302&r1=1593301&r2=1593302&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Thu May  8 14:54:07 2014
@@ -3,7 +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
+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}