redirect maventest to maven

git-svn-id: https://svn.apache.org/repos/asf/maven/site/branches/INFRA-4466@1429239 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/trunk/content/filtered-resources/.htaccess b/trunk/content/filtered-resources/.htaccess
index f88c18c..fd8819b 100644
--- a/trunk/content/filtered-resources/.htaccess
+++ b/trunk/content/filtered-resources/.htaccess
@@ -1,5 +1,7 @@
 ErrorDocument 404 /errors/404.html
 
+RedirectMatch permanent ^/(.*)$ http://maven.apache.org/$1
+
 Redirect Permanent /release-notes.html http://maven.apache.org/release-notes-all.html
 
 Redirect /ref/current http://maven.apache.org/ref/${currentStableVersion}