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