File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ AddType application/ld+json .jsonld
11
11
# Rewrite engine setup
12
12
RewriteEngine On
13
13
#Change the path to the folder here
14
- RewriteBase /
14
+ RewriteBase /
15
15
16
16
# Rewrite rule to serve HTML content from the vocabulary URI if requested
17
17
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml)
@@ -25,7 +25,7 @@ RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+
25
25
RewriteCond %{HTTP_ACCEPT} text/html [OR]
26
26
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
27
27
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
28
- RewriteRule ^(.+) https://proyectoaether.github.io/OntoSecurityGraphDB/index-en.html#/ $1 [R=303 ,NE]
28
+ RewriteRule ^(.+) https://proyectoaether.github.io/OntoSecurityGraphDB/index-en.html#$1 [R=303 ,NE]
29
29
30
30
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
31
31
RewriteRule ^(.+) https://raw.githubusercontent.com/ProyectoAether/OntoSecurityGraphDB/main/OntoSecurityGraphDB.owl [R=302 ,NE,L]
You can’t perform that action at this time.
0 commit comments