Author: hboutemy
Date: Fri Aug 21 20:24:04 2015
New Revision: 1697054

URL: http://svn.apache.org/r1697054
Log:
wrong order

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=1697054&r1=1697053&r2=1697054&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Fri Aug 21 20:24:04 
2015
@@ -5,8 +5,8 @@ Redirect Permanent /release-notes.html h
 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/ http://maven.apache.org/ref/${currentStableVersion}
+Redirect /ref/current/ http://maven.apache.org/ref/${currentStableVersion}/
+Redirect /ref/current http://maven.apache.org/ref/${currentStableVersion}/
 
 Redirect Permanent /maven-v4_0_0.xsd 
http://maven.apache.org/xsd/maven-4.0.0.xsd
 


Reply via email to