We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f4ce0 commit 47ad389Copy full SHA for 47ad389
1 file changed
seo/.htaccess
@@ -15,10 +15,6 @@ AddType text/turtle .ttl
15
16
RewriteEngine on
17
18
-#default response owl
19
-RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.owl [R=303,NE,L]
20
-
21
22
#Rewrite rules for semsur vocabulary
23
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml|text/\*|\*/\*)
24
RewriteCond %{HTTP_ACCEPT} text/html [OR]
@@ -36,3 +32,5 @@ RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
36
32
RewriteCond %{HTTP_ACCEPT} \*/turtle
37
33
RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.ttl [R=303,L]
38
34
35
+#default response owl
+RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.owl [R=303,NE,L]
0 commit comments