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/31 07:50:55 UTC

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

Author: hboutemy
Date: Tue Mar 31 05:50:55 2015
New Revision: 1670260

URL: http://svn.apache.org/r1670260
Log:
Internal Server Error...

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=1670260&r1=1670259&r2=1670260&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Tue Mar 31 05:50:55 2015
@@ -78,7 +78,7 @@ RewriteEngine on
 RewriteCond %{REQUEST_URI} !^/components/
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*)$ components/$1 [C]
+RewriteRule ^(.*)$ /components/$1 [C]
 
 # in case of directory without trailing /, do the redirect or httpd will do a redirect from /foo to /components/foo/
 RewriteCond %{REQUEST_FILENAME} -d