Author: khmarbaise
Date: Thu Aug 20 19:24:39 2015
New Revision: 1696844

URL: http://svn.apache.org/r1696844
Log:
Fixing redirect to correct links to /ref/current/

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=1696844&r1=1696843&r2=1696844&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Thu Aug 20 19:24:39 
2015
@@ -5,7 +5,7 @@ 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 Permanent /maven-v4_0_0.xsd 
http://maven.apache.org/xsd/maven-4.0.0.xsd
 


Reply via email to