You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by bu...@apache.org on 2015/03/04 15:09:58 UTC

svn commit: r942291 - in /websites/staging/taverna/trunk: cgi-bin/ content/ content/.htaccess

Author: buildbot
Date: Wed Mar  4 14:09:58 2015
New Revision: 942291

Log:
Staging update by buildbot for taverna

Modified:
    websites/staging/taverna/trunk/cgi-bin/   (props changed)
    websites/staging/taverna/trunk/content/   (props changed)
    websites/staging/taverna/trunk/content/.htaccess

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar  4 14:09:58 2015
@@ -1 +1 @@
-1664002
+1664005

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar  4 14:09:58 2015
@@ -1 +1 @@
-1664002
+1664005

Modified: websites/staging/taverna/trunk/content/.htaccess
==============================================================================
--- websites/staging/taverna/trunk/content/.htaccess (original)
+++ websites/staging/taverna/trunk/content/.htaccess Wed Mar  4 14:09:58 2015
@@ -4,6 +4,7 @@ Redirect /code/ /download/code/
 ErrorDocument 404 /error_pages/404 
 
 RewriteEngine On
-RewriteRule (.*).html$ $1 [R=permanent]
-RewriteRule (.*)/index $1 [L,R=permanent]
+RewriteRule ^(.*)\.html$ $1 [L,R]
+RewriteRule ^(.*)\.cgi$ $1 [L,R]
+RewriteRule ^(.*)/index $1 [L,R]