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