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

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

Author: stain
Date: Wed Mar  4 14:14:49 2015
New Revision: 1664008

URL: http://svn.apache.org/r1664008
Log:
CMS commit to taverna by stain

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=1664008&r1=1664007&r2=1664008&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/.htaccess (original)
+++ incubator/taverna/site/trunk/content/.htaccess Wed Mar  4 14:14:49 2015
@@ -1,10 +1,10 @@
 Redirect /contact/ /community/
 Redirect /code/ /download/code/
-ErrorDocument 404 /error_pages/404 
+ErrorDocument 404 /error_pages/404.html
 
 RewriteEngine On
 RewriteBase /
-RewriteRule ^(.*)\.html$ $1 [L,R]
+#RewriteRule ^(.*)\.html$ $1 [L,R]
 RewriteRule ^(.*)\.cgi$ $1 [L,R]
 RewriteRule ^(.*)/index $1 [L,R]