Author: hboutemy
Date: Sun Mar 11 16:35:02 2018
New Revision: 1826446

URL: http://svn.apache.org/viewvc?rev=1826446&view=rev
Log:
improve rendering of documentation accessed directly from /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=1826446&r1=1826445&r2=1826446&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Sun Mar 11 16:35:02 
2018
@@ -69,6 +69,8 @@ RedirectMatch permanent ^/plugins/maven-
 RedirectMatch ^/plugins/maven-site-plugin-2.x/(.*)$ 
/plugins-archives/maven-site-plugin-2.4/$1
 RedirectMatch ^/plugins/maven-site-plugin-3.x/(.*)$ 
/plugins/maven-site-plugin/$1
 
+RedirectMatch permanent ^/components/images/(.+)$ /images/$1
+
 Redirect Permanent /guides/development/guide-plugin-snapshot-repositories.html 
/guides/development/guide-testing-development-plugins.html
 
 Redirect Permanent /guides/mini/guide-apt-format.html 
/doxia/references/apt-format.html


Reply via email to