You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/01/05 10:33:40 UTC

svn commit: r1429239 - /maven/site/branches/INFRA-4466/trunk/content/filtered-resources/.htaccess

Author: hboutemy
Date: Sat Jan  5 09:33:40 2013
New Revision: 1429239

URL: http://svn.apache.org/viewvc?rev=1429239&view=rev
Log:
redirect maventest to maven

Modified:
    maven/site/branches/INFRA-4466/trunk/content/filtered-resources/.htaccess

Modified: maven/site/branches/INFRA-4466/trunk/content/filtered-resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/branches/INFRA-4466/trunk/content/filtered-resources/.htaccess?rev=1429239&r1=1429238&r2=1429239&view=diff
==============================================================================
--- maven/site/branches/INFRA-4466/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/branches/INFRA-4466/trunk/content/filtered-resources/.htaccess Sat Jan  5 09:33:40 2013
@@ -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}