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 2016/02/11 23:51:02 UTC

svn commit: r1729918 - /maven/doxia/site/trunk/content/resources/.htaccess

Author: hboutemy
Date: Thu Feb 11 22:51:02 2016
New Revision: 1729918

URL: http://svn.apache.org/viewvc?rev=1729918&view=rev
Log:
added redirections for images and css pointed from archives

Modified:
    maven/doxia/site/trunk/content/resources/.htaccess

Modified: maven/doxia/site/trunk/content/resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/doxia/site/trunk/content/resources/.htaccess?rev=1729918&r1=1729917&r2=1729918&view=diff
==============================================================================
--- maven/doxia/site/trunk/content/resources/.htaccess (original)
+++ maven/doxia/site/trunk/content/resources/.htaccess Thu Feb 11 22:51:02 2016
@@ -1,3 +1,7 @@
 RedirectMatch permanent ^/doxia/doxia-1.2/(.*)$ /doxia/doxia-archives/doxia-1.2/$1
 RedirectMatch permanent ^/doxia/doxia-sitetools-1.2 /doxia/doxia-sitetools-archives/doxia-sitetools-1.2/$1
 Redirect Permanent /doxia/doxia-ide/index.html  /doxia/doxia-ide.html
+# support resources pointed from /doxia/*-archives/
+Redirect Permanent /doxia/images/apache-maven-project.png  /images/apache-maven-project.png
+RedirectMatch permanent ^/doxia/.*-archives/images/(.*)$ /doxia/images/$1
+RedirectMatch permanent ^/doxia/.*-archives/css/(.*)$ /doxia/css/$1