Author: dennisl
Date: Sat Aug  2 09:43:55 2008
New Revision: 682009

URL: http://svn.apache.org/viewvc?rev=682009&view=rev
Log:
o Add temporary redirect from the future location of Ant Tasks site to the 
current site. This can be removed when the new Ant Tasks site has been 
published.

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

Modified: maven/site/trunk/src/site/resources/.htaccess
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/resources/.htaccess?rev=682009&r1=682008&r2=682009&view=diff
==============================================================================
--- maven/site/trunk/src/site/resources/.htaccess (original)
+++ maven/site/trunk/src/site/resources/.htaccess Sat Aug  2 09:43:55 2008
@@ -1,5 +1,7 @@
 ErrorDocument 404 /errors/404.html
 
+Redirect /ant-tasks/index.html http://maven.apache.org/ant-tasks.html
+
 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
 Redirect Permanent /developers/release/pmc-release-process.html 
http://maven.apache.org/developers/release/releasing.html


Reply via email to