Skip to content

Commit 47ad389

Browse files
authored
Restore default response rule for SEO.owl
Restored the default response rule for the owl file and adjusted the order of rewrite rules.
1 parent 73f4ce0 commit 47ad389

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

seo/.htaccess

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ AddType text/turtle .ttl
1515

1616
RewriteEngine on
1717

18-
#default response owl
19-
RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.owl [R=303,NE,L]
20-
21-
2218
#Rewrite rules for semsur vocabulary
2319
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml|text/\*|\*/\*)
2420
RewriteCond %{HTTP_ACCEPT} text/html [OR]
@@ -36,3 +32,5 @@ RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
3632
RewriteCond %{HTTP_ACCEPT} \*/turtle
3733
RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.ttl [R=303,L]
3834

35+
#default response owl
36+
RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.owl [R=303,NE,L]

0 commit comments

Comments
 (0)