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 2012/12/14 03:45:46 UTC

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

Author: hboutemy
Date: Fri Dec 14 02:45:41 2012
New Revision: 1421643

URL: http://svn.apache.org/viewvc?rev=1421643&view=rev
Log:
added a redirection for images when in *-archives: useful for archives sites of multi-module components, since relative links are wrong (ex: /maven-release-archives/maven-release-2.4/ calculates relative links like if it was at /maven-release/): known limitation of actual -archives pattern done to reduce extpaths.txt content

notice: this problem does not exist for /plugins, /shared, /pom, /skins

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=1421643&r1=1421642&r2=1421643&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Fri Dec 14 02:45:41 2012
@@ -60,6 +60,7 @@ RedirectMatch permanent ^/plugins/maven-
 RedirectMatch permanent ^/shared/maven-plugin-testing-harness/(.*)$ http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/$1
 RedirectMatch permanent ^/shared/maven-plugin-testing-tools/(.*)$ http://maven.apache.org/plugin-testing/maven-plugin-testing-tools/$1
 RedirectMatch permanent ^/shared/maven-plugin-tools/(.*)$ http://maven.apache.org/plugin-tools/$1
+RedirectMatch permanent ^/.+-archives/images/(.*)$ http://maven.apache.org/images/$1
 
 RedirectMatch permanent ^/plugins/maven-clover-plugin/([^2i].+)$ http://maven.apache.org/plugins/maven-clover-plugin/2.4/$1
 RedirectMatch permanent ^/plugins/maven-clover-plugin/ins(.+)$ http://maven.apache.org/plugins/maven-clover-plugin/2.4/ins$1