Skip to content

Commit

Permalink
removed NE flag
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper authored Jun 13, 2016
1 parent ff2f164 commit 98d159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aufx/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RewriteCond %{HTTP_ACCEPT} text/html [OR]
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
#RewriteRule ^ontology/(.*)/(.+) ^ontology/$1/ontology$2 [R=303,L,NE]
RewriteRule ^ontology/(.*) http://www.essepuntato.it/lode/owlapi/http://eecs.qmul.ac.uk/~thomasw/aufx/ontology/$1/aufx.ttl [R=303,L,NE]
RewriteRule ^ontology/(.*) http://www.essepuntato.it/lode/owlapi/http://eecs.qmul.ac.uk/~thomasw/aufx/ontology/$1/aufx.ttl [R=303,L]

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

0 comments on commit 98d159f

Please sign in to comment.