Skip to content

Commit

Permalink
correct linking
Browse files Browse the repository at this point in the history
  • Loading branch information
d3cebal authored Jan 30, 2020
1 parent 5ce394f commit fe30799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alkis/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
RewriteRule ^alkis$ https://github.com/tubav/alkis/blob/master/ [R=303,NE,L]
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^alkis$ https://github.com/tubav/alkis/blob/master/alkis.owl [R=303,NE,L]
RewriteRule ^alkis$ https://raw.githubusercontent.com/tubav/alkis/master/alkis.owl [R=303,NE,L]
# RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
# RewriteRule ^alkis$ https://github.com/tubav/alkis/blob/master/alkis.ttl [R=303,NE,L]

#default response: owl
RewriteRule ^alkis$ https://github.com/tubav/alkis/blob/master/alkis.owl [R=303,NE,L]
RewriteRule ^alkis$ https://raw.githubusercontent.com/tubav/alkis/master/alkis.owl [R=303,NE,L]

0 comments on commit fe30799

Please sign in to comment.