Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
Change rewrite rule back to mmisw.org
  • Loading branch information
r0sek authored Dec 31, 2024
1 parent ad3fdcb commit 2e371d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMECS/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

RewriteEngine on

#redirect terms to bioportal
#redirect terms to mmisw.org
#test using https://w3id.org/CMECS/CMECS_00000389 (Geologic Substrate)

RewriteRule ^CMECS_([a-zA-Z0-9]+)$ https://bioportal.bioontology.org/ontologies/CMECS/?p=classes&conceptid=https\%3A\%2F\%2Fw3id.org\%2FCMECS\%2FCMECS_$1 [R=302]
RewriteRule ^(.*)$ https://mmisw.org/ont?iri=https://w3id.org/CMECS/$1 [R=302,L]

0 comments on commit 2e371d6

Please sign in to comment.