Skip to content

Commit cb2b320

Browse files
authored
Restore default response rule for SEO.owl
Reintroduced the default response rule for the owl file after removing it previously.
1 parent 19ef095 commit cb2b320

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

seo/.htaccess

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +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-
2118
#Rewrite rules for semsur vocabulary
2219
RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml|text/\*|\*/\*)
2320
RewriteCond %{HTTP_ACCEPT} text/html [OR]
@@ -35,3 +32,5 @@ RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
3532
RewriteCond %{HTTP_ACCEPT} \*/turtle
3633
RewriteRule ^$ https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.ttl [R=303,L]
3734

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

0 commit comments

Comments
 (0)