Skip to content

Commit

Permalink
FIXED address
Browse files Browse the repository at this point in the history
the initial submission had a basic error, in that the page where the OWL file lived was not inside the actual permalink address in line 3.
  • Loading branch information
nandadorea authored Apr 24, 2017
1 parent a86eee8 commit 6779aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahso/.htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ http://datadrivensurveillance.org/ahso [R=302,L]
RewriteRule ^$ http://datadrivensurveillance.org/ontologies [R=302,L]
RewriteRule ^ahso.owl$ http://datadrivensurveillance.org/ontologies/ahso.owl [R=302,L]

0 comments on commit 6779aad

Please sign in to comment.