Skip to content

Commit

Permalink
adso: html link to owldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper authored Apr 30, 2018
1 parent fbdb453 commit 2d3bb23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions aufx/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ RewriteCond %{HTTP_ACCEPT} text/html [OR]
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*

# RewriteRule ^ontology/(.*) http://www.essepuntato.it/lode/owlapi/https://muddymudskipper.github.io/aufx/$1/rdf/aufx.ttl [R=303,L]
RewriteRule ^ http://isophonics.org/content/aufx [R=303,L]
RewriteRule ^ontology/(.*) http://eecs.qmul.ac.uk/~thomasw/aufx/doc/1.0/ [R=303,L]
# RewriteRule ^ http://isophonics.org/content/aufx [R=303,L]
# RewriteRule ^extension/classification/(.*) http://www.essepuntato.it/lode/owlapi/http://eecs.qmul.ac.uk/~thomasw/aufx/extension/classification/$1/classification.ttl [R=303,L]
RewriteRule ^extension/classification/(.*) http://isophonics.org/content/aufx [R=303,L]


# Rewrite rule to serve RDF/XML content if requested
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
Expand Down

0 comments on commit 2d3bb23

Please sign in to comment.