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:47:02 UTC

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

Author: hboutemy
Date: Tue Mar 31 05:47:01 2015
New Revision: 1670258

URL: http://svn.apache.org/r1670258
Log:
cleanup now that it is not a test any more

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=1670258&r1=1670257&r2=1670258&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Tue Mar 31 05:47:01 2015
@@ -72,17 +72,15 @@ Redirect Permanent /guides/mini/guide-ap
 
 RedirectMatch ^/maven-1.x/(.*)$ http://maven.apache.org/archives/maven-1.x/$1
 
-# test of extpaths.txt replacement
 RewriteEngine on
-RewriteRule ^core-its-htaccess(.*)$ /components/core-its$1 [L]
 
-# test of generic extpaths.txt replacement: if file is not found in maven-site, look into components
+# if file is not found in maven-site, look into components
 RewriteCond %{REQUEST_URI} !^/components/
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^(.*)$ /components/$1 [C]
 
-# in case of directory without trailing /, do the redirect or httpd will do it to /components/foo/
+# in case of directory without trailing /, do the redirect or httpd will do a redirect from /foo to /components/foo/
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteCond %{REQUEST_URI} !/$
 RewriteRule ^components/(.*) $1/ [R]