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/01/23 16:51:39 UTC

svn commit: r1654248 - /incubator/taverna/site/trunk/content/ns/2010/scufl2/.htaccess

Author: stain
Date: Fri Jan 23 15:51:38 2015
New Revision: 1654248

URL: http://svn.apache.org/r1654248
Log:
HTML *before* XML

Modified:
    incubator/taverna/site/trunk/content/ns/2010/scufl2/.htaccess

Modified: incubator/taverna/site/trunk/content/ns/2010/scufl2/.htaccess
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/ns/2010/scufl2/.htaccess?rev=1654248&r1=1654247&r2=1654248&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/ns/2010/scufl2/.htaccess (original)
+++ incubator/taverna/site/trunk/content/ns/2010/scufl2/.htaccess Fri Jan 23 15:51:38 2015
@@ -13,11 +13,11 @@ RewriteRule ^$ scufl2.rdf [R=303,L]
 RewriteCond %{HTTP_ACCEPT} text\.+turtle
 RewriteRule ^$ scufl2.ttl [R=303,L]
 #
-RewriteCond %{HTTP_ACCEPT} application/xml
-RewriteRule ^$ scufl2.xsd [R=303,L]
-#
 RewriteCond %{HTTP_ACCEPT} text/html
 RewriteRule ^$ http://dev.mygrid.org.uk/wiki/display/developer/Scufl2+Ontology [R=303,L]
+#
+RewriteCond %{HTTP_ACCEPT} application/xml
+RewriteRule ^$ scufl2.xsd [R=303,L]
 # Default is the ontology
 RewriteRule ^$ scufl2.ttl [R=303,L]