From e4a2fa0e1da54210960b3ff70444f846083af2b8 Mon Sep 17 00:00:00 2001 From: gero84 <38498742+gero84@users.noreply.github.com> Date: Wed, 15 Apr 2020 21:40:48 +0300 Subject: [PATCH] Create .htaccess --- DEMETER_ontologies/.htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 DEMETER_ontologies/.htaccess diff --git a/DEMETER_ontologies/.htaccess b/DEMETER_ontologies/.htaccess new file mode 100644 index 000000000..b7f8c870e --- /dev/null +++ b/DEMETER_ontologies/.htaccess @@ -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]