diff --git a/akn/.htaccess b/akn/.htaccess index 052e27c50..abf1ff712 100644 --- a/akn/.htaccess +++ b/akn/.htaccess @@ -5,6 +5,7 @@ RewriteEngine on # ALLOT RewriteRule ^ontology/allot\.(html|xml|json|ttl|nt)$ https://rawgit.com/essepuntato/allot/master/ontology/current/allot.$1 [R=303,L] RewriteRule ^ontology/allot/([0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9])\.(html|xml|json|ttl|nt)$ https://rawgit.com/essepuntato/allot/master/ontology/$1/allot.$2 [R=303,L] +RewriteRule ^repository/allot/?$ https://github.com/essepuntato/allot [R=303,L] # UNDO RewriteRule ^ontology/undo\.(html|xml|json|ttl|nt)$ https://rawgit.com/essepuntato/undo/master/ontology/current/undo.$1 [R=303,L]