Skip to content

Commit

Permalink
Added redirect to repository of ALLOT
Browse files Browse the repository at this point in the history
A new rewrite rule has been added for handling the URL of the repository of ALLOT.
  • Loading branch information
essepuntato authored Apr 17, 2017
1 parent 30ddeb1 commit b516d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions akn/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b516d21

Please sign in to comment.