Skip to content

Commit

Permalink
Create .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
gero84 authored Apr 15, 2020
1 parent ccee76d commit e4a2fa0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DEMETER_ontologies/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
RewriteEngine on
# Documentation
RewriteRule ^$ https://h2020-demeter.eu/ [R=302,L]

RewriteRule ^agentparty$ https://github.com/gero84/DEMETER_ontologies/blob/master/agentparty.owl [R=302,L]
RewriteRule ^agriproduct$ https://github.com/gero84/DEMETER_ontologies/blob/master/agriproduct.owl [R=302,L]
RewriteRule ^animal$ https://github.com/gero84/DEMETER_ontologies/blob/master/animal.owl [R=302,L]
RewriteRule ^pest$ https://github.com/gero84/DEMETER_ontologies/blob/master/pest.owl [R=302,L]
RewriteRule ^properties$ https://github.com/gero84/DEMETER_ontologies/blob/master/properties.owl [R=302,L]

0 comments on commit e4a2fa0

Please sign in to comment.