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:39:49 UTC

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

Author: brenninc
Date: Tue Feb 10 11:39:49 2015
New Revision: 1658684

URL: http://svn.apache.org/r1658684
Log:
test .directory specific

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=1658684&r1=1658683&r2=1658684&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/.htaccess (original)
+++ incubator/taverna/site/trunk/content/.htaccess Tue Feb 10 11:39:49 2015
@@ -1,3 +1,7 @@
 Redirect /contact/ http://taverna.incubator.apache.org/community/
 
 ErrorDocument 404 /error_pages/404 
+
+<Directory /web/docs>
+ErrorDocument 404 default
+</Directory> 
\ No newline at end of file