You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2010/02/26 14:25:22 UTC

svn commit: r916673 - /maven/site/trunk/src/site/filtered-resources/.htaccess

Author: brett
Date: Fri Feb 26 13:25:22 2010
New Revision: 916673

URL: http://svn.apache.org/viewvc?rev=916673&view=rev
Log:
add redirect for old release notes URL

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

Modified: maven/site/trunk/src/site/filtered-resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/filtered-resources/.htaccess?rev=916673&r1=916672&r2=916673&view=diff
==============================================================================
--- maven/site/trunk/src/site/filtered-resources/.htaccess (original)
+++ maven/site/trunk/src/site/filtered-resources/.htaccess Fri Feb 26 13:25:22 2010
@@ -1,5 +1,7 @@
 ErrorDocument 404 /errors/404.html
 
+Redirect Permanent /release-notes.html http://maven.apache.org/release-notes-all.html
+
 Redirect /ref/current http://maven.apache.org/ref/${currentStableVersion}
 Redirect /ref/current-2.0.x http://maven.apache.org/ref/${current20xVersion}