You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/01/25 23:26:18 UTC

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

Author: olamy
Date: Fri Jan 25 22:26:17 2013
New Revision: 1438745

URL: http://svn.apache.org/viewvc?rev=1438745&view=rev
Log:
change .htaccess for MNGSITE-169

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=1438745&r1=1438744&r2=1438745&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Fri Jan 25 22:26:17 2013
@@ -11,6 +11,7 @@ Redirect Permanent /maven-v4_0_0.xsd htt
 
 Redirect Permanent /ant-tasks.html http://maven.apache.org/ant-tasks/index.html
 Redirect Permanent /ant-tasks-release-notes.html http://maven.apache.org/ant-tasks/release-notes.html
+RedirectMatch ^/ant-tasks/(.*)$ http://maven.apache.org/ant-tasks-archives/ant-tasks-current/$1
 
 Redirect Permanent /guides/mini/guide-ibiblio-upload.html http://maven.apache.org/guides/mini/guide-central-repository-upload.html
 Redirect Permanent /faq.html http://maven.apache.org/general.html
@@ -76,4 +77,4 @@ RedirectMatch ^/plugins/maven-site-plugi
 
 Redirect Permanent /guides/development/guide-plugin-snapshot-repositories.html http://maven.apache.org/guides/development/guide-testing-development-plugins.html
 
-Redirect Permanent /guides/mini/guide-apt-format.html http://maven.apache.org/doxia/references/apt-format.html
+Redirect Permanent /guides/mini/guide-apt-format.html http://maven.apache.org/doxia/references/apt-format.html
\ No newline at end of file