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/10 12:16:19 UTC

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

Author: brenninc
Date: Tue Feb 10 11:16:19 2015
New Revision: 1658676

URL: http://svn.apache.org/r1658676
Log:
test different error for documentation

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=1658676&r1=1658675&r2=1658676&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/.htaccess (original)
+++ incubator/taverna/site/trunk/content/.htaccess Tue Feb 10 11:16:19 2015
@@ -1,3 +1,6 @@
 Redirect /contact/ http://taverna.incubator.apache.org/community/
 
-ErrorDocument 404 /error_pages/404.html 
\ No newline at end of file
+ErrorDocument 404 /error_pages/404 
+<Directory /documentation>
+   ErrorDocument 404 /documentation/404
+</Directory> 
\ No newline at end of file