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 2015/03/30 00:14:01 UTC

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

Author: hboutemy
Date: Sun Mar 29 22:14:01 2015
New Revision: 1669968

URL: http://svn.apache.org/r1669968
Log:
update rewrite rule now that svnpubsub config has been updated to publish components to /components

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=1669968&r1=1669967&r2=1669968&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Sun Mar 29 22:14:01 2015
@@ -74,4 +74,4 @@ RedirectMatch ^/maven-1.x/(.*)$ http://m
 
 # test of extpaths.txt replacement
 RewriteEngine on
-RewriteRule ^core-its-htaccess/(.*)$ /x1/www/maven.apache.org/components/core-its/$1 [L]
+RewriteRule ^core-its-htaccess(.*)$ /components/core-its$1 [L]