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/02/19 15:10:56 UTC

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

Author: brenninc
Date: Thu Feb 19 14:10:55 2015
New Revision: 1660890

URL: http://svn.apache.org/r1660890
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=1660890&r1=1660889&r2=1660890&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/.htaccess (original)
+++ incubator/taverna/site/trunk/content/.htaccess Thu Feb 19 14:10:55 2015
@@ -1,3 +1,4 @@
 Redirect /contact/ http://taverna.incubator.apache.org/community/
+Redirect /code/ /download/code/
 
 ErrorDocument 404 /error_pages/404 
\ No newline at end of file