You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/03/13 14:31:22 UTC

svn commit: r1666443 - /incubator/taverna/site/trunk/content/.htaccess

Author: brenninc
Date: Fri Mar 13 13:31:22 2015
New Revision: 1666443

URL: http://svn.apache.org/r1666443
Log:
redirect code

Modified:
    incubator/taverna/site/trunk/content/.htaccess

Modified: incubator/taverna/site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/.htaccess?rev=1666443&r1=1666442&r2=1666443&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/.htaccess (original)
+++ incubator/taverna/site/trunk/content/.htaccess Fri Mar 13 13:31:22 2015
@@ -1,4 +1,5 @@
 Redirect /code/ /download/code/
+Redirect /code /download/code
 ErrorDocument 404 /error_pages/404.html
 
 RewriteEngine On