Skip to content

Commit

Permalink
added classification extension url
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper authored Jul 7, 2016
1 parent 9f6a47a commit aa3b83b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aufx/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ 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.net/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]

# Rewrite rule to serve RDF/XML content if requested
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
Expand All @@ -26,3 +27,4 @@ RewriteRule ^ontology/(.*) https://muddymudskipper.github.io/aufx/$1/rdf/aufx.rd
# Rewrite rule to serve Turtle content if requested
RewriteCond %{HTTP_ACCEPT} text/turtle
RewriteRule ^ontology/(.*) https://muddymudskipper.github.io/aufx/$1/rdf/aufx.ttl [R=303,L]
RewriteRule ^extension/classification/(.*) http://eecs.qmul.ac.uk/~thomasw/aufx/extension/classification/$1/classification.ttl [R=303,L]

0 comments on commit aa3b83b

Please sign in to comment.