From 608a1e2db93cbb0797729d271f9580201967909f Mon Sep 17 00:00:00 2001 From: Oscar Corcho Date: Tue, 22 May 2018 16:40:22 +0200 Subject: [PATCH] Update .htaccess --- OnToology/callejero.owl/documentation/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OnToology/callejero.owl/documentation/.htaccess b/OnToology/callejero.owl/documentation/.htaccess index 41bebc8..2771837 100644 --- a/OnToology/callejero.owl/documentation/.htaccess +++ b/OnToology/callejero.owl/documentation/.htaccess @@ -11,7 +11,7 @@ AddType application/ld+json .json # Rewrite engine setup RewriteEngine On #Change the path to the folder here -RewriteBase /documentation +RewriteBase /datosabiertos/def/urbanismo-infraestructuras/callejero # Rewrite rule to serve HTML content from the vocabulary URI if requested RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml) @@ -40,4 +40,4 @@ RewriteRule ^$ 406.html [R=406,L] # Default response # --------------------------- # Rewrite rule to serve the RDF/XML content from the vocabulary URI by default -RewriteRule ^$ ontology.xml [R=303,L] \ No newline at end of file +RewriteRule ^$ ontology.xml [R=303,L]