You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bu...@apache.org on 2016/02/11 23:51:06 UTC

svn commit: r980166 - in /websites/staging/maven-doxia/trunk/content: ./ .htaccess

Author: buildbot
Date: Thu Feb 11 22:51:06 2016
New Revision: 980166

Log:
Staging update by buildbot for maven-doxia

Modified:
    websites/staging/maven-doxia/trunk/content/   (props changed)
    websites/staging/maven-doxia/trunk/content/.htaccess

Propchange: websites/staging/maven-doxia/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 11 22:51:06 2016
@@ -1 +1 @@
-1729453
+1729918

Modified: websites/staging/maven-doxia/trunk/content/.htaccess
==============================================================================
--- websites/staging/maven-doxia/trunk/content/.htaccess (original)
+++ websites/staging/maven-doxia/trunk/content/.htaccess Thu Feb 11 22:51:06 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