Skip to content

Commit

Permalink
update SQO to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Aug 15, 2022
1 parent 48e7ab4 commit 3ee8c6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sqo/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.0.0/index-en.html [R=303,NE,L]
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.1.0/index-en.html [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.0.0/ontology.owl [R=303,NE,L]
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.1.0/ontology.owl [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.0.0/ontology.ttl [R=303,NE,L]
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.1.0/ontology.ttl [R=303,NE,L]
#default response: owl
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.0.0/ontology.owl [R=303,NE,L]
RewriteRule ^$ https://knowledgecaptureanddiscovery.github.io/QuestionOntology/release/v1.1.0/ontology.owl [R=303,NE,L]

0 comments on commit 3ee8c6b

Please sign in to comment.