From 095c17ad174fbd065cdca152225932aa1165098d Mon Sep 17 00:00:00 2001 From: OnToologyUser Date: Tue, 25 Jun 2024 13:06:50 +0300 Subject: [PATCH] OnToology Publish --- OnToology/ontology.ttl/documentation/.htaccess | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OnToology/ontology.ttl/documentation/.htaccess b/OnToology/ontology.ttl/documentation/.htaccess index b5649bd..b058882 100644 --- a/OnToology/ontology.ttl/documentation/.htaccess +++ b/OnToology/ontology.ttl/documentation/.htaccess @@ -23,26 +23,26 @@ RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+ RewriteCond %{HTTP_ACCEPT} text/html [OR] RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* -RewriteRule ^$ index-en.html [R=303,L] +RewriteRule ^$ https://DiegoCondeHerreros.github.io/OWLChangeOntology/OnToology/ontology.ttl/documentation/index-en.html [R=303,L] # Rewrite rule to serve RDF/XML content from the vocabulary URI if requested RewriteCond %{HTTP_ACCEPT} \*/\* [OR] RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^$ ontology.owl [R=303,L] +RewriteRule ^$ https://DiegoCondeHerreros.github.io/OWLChangeOntology/OnToology/ontology.ttl/documentation/ontology.owl [R=303,L] # Rewrite rule to serve N-Triples content from the vocabulary URI if requested RewriteCond %{HTTP_ACCEPT} application/n-triples -RewriteRule ^$ ontology.nt [R=303,L] +RewriteRule ^$ https://DiegoCondeHerreros.github.io/OWLChangeOntology/OnToology/ontology.ttl/documentation/ontology.nt [R=303,L] # Rewrite rule to serve TTL content from the vocabulary URI if requested RewriteCond %{HTTP_ACCEPT} text/turtle [OR] RewriteCond %{HTTP_ACCEPT} text/\* [OR] RewriteCond %{HTTP_ACCEPT} \*/turtle -RewriteRule ^$ ontology.ttl [R=303,L] +RewriteRule ^$ https://DiegoCondeHerreros.github.io/OWLChangeOntology/OnToology/ontology.ttl/documentation/ontology.ttl [R=303,L] RewriteCond %{HTTP_ACCEPT} .+ -RewriteRule ^$ 406.html [R=406,L] +RewriteRule ^$ https://DiegoCondeHerreros.github.io/OWLChangeOntology/OnToology/ontology.ttl/documentation/406.html [R=406,L] # Default response # --------------------------- # Rewrite rule to serve the RDF/XML content from the vocabulary URI by default -RewriteRule ^$ ontology.owl [R=303,L] \ No newline at end of file +RewriteRule ^$ https://DiegoCondeHerreros.github.io/OWLChangeOntology/OnToology/ontology.ttl/documentation/ontology.owl [R=303,L]