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/25 02:50:12 UTC

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

Author: hboutemy
Date: Wed Mar 25 01:50:12 2015
New Revision: 1669041

URL: http://svn.apache.org/r1669041
Log:
No leading slash in the first param of rewriterule, it won't match in htaccess context.

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=1669041&r1=1669040&r2=1669041&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Wed Mar 25 01:50:12 2015
@@ -74,4 +74,4 @@ RedirectMatch ^/maven-1.x/(.*)$ http://m
 
 # test of extpaths.txt replacement
 RewriteEngine on
-RewriteRule /core-its-htaccess/(.*)$  /www/maven.apache.org/components/core-its/$1
+RewriteRule ^core-its-htaccess/(.*)$  /www/maven.apache.org/components/core-its/$1