We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb1358 commit bf80083Copy full SHA for bf80083
1 file changed
seo/.htaccess
@@ -15,6 +15,9 @@ 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
#Rewrite rules for semsur vocabulary
22
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml|text/\*|\*/\*)
23
RewriteCond %{HTTP_ACCEPT} text/html [OR]
@@ -32,5 +35,3 @@ RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
32
35
RewriteCond %{HTTP_ACCEPT} \*/turtle
33
36
RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.ttl [R=303,L]
34
37
-#default response owl
-RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.owl [R=303,NE,L]
0 commit comments