Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
ocorcho authored May 22, 2018
1 parent c7979d3 commit 8954f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OnToology/agenda.owl/documentation/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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/cultura-ocio/agenda-eventos-actividades

# Rewrite rule to serve HTML content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml)
Expand Down Expand Up @@ -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]
RewriteRule ^$ ontology.xml [R=303,L]

0 comments on commit 8954f06

Please sign in to comment.