Skip to content

Commit

Permalink
Merge pull request perma-id#1697 from gero84/patch-2
Browse files Browse the repository at this point in the history
Create .htaccess
  • Loading branch information
dgarijo authored Apr 15, 2020
2 parents f53572f + e4a2fa0 commit 2397859
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 2397859

Please sign in to comment.