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/04/06 02:40:35 UTC

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

Author: hboutemy
Date: Wed Apr  6 00:40:35 2016
New Revision: 1737904

URL: http://svn.apache.org/viewvc?rev=1737904&view=rev
Log:
allow directory listing for 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=1737904&r1=1737903&r2=1737904&view=diff
==============================================================================
--- maven/doxia/site/trunk/content/resources/.htaccess (original)
+++ maven/doxia/site/trunk/content/resources/.htaccess Wed Apr  6 00:40:35 2016
@@ -5,4 +5,4 @@ Redirect Permanent /doxia/doxia-ide/inde
 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
-RedirectMatch permanent ^/doxia/.*-archives/index.html$ /doxia/index.html
+#RedirectMatch permanent ^/doxia/.*-archives/index.html$ /doxia/index.html