Skip to content

Commit

Permalink
Update .htaccess_example
Browse files Browse the repository at this point in the history
Changed latest version number to 1.0.0
  • Loading branch information
MattTJung authored Dec 15, 2023
1 parent 7aed558 commit 899a106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess_example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RewriteEngine On
## ONT_BASE points to the address that delivers your ontology documentation and files, if you
## deploy in the materialdigital github community only 'ontology_publication_template' needs to be changed to your repo
##
SetEnvIf Request_URI ^/ont_pub_tmplt/(.*)$ ONT_BASE=https://materialdigital.github.io/ontology_publication_template ONT_VERSION=v1.0.1 ONT_ANCHOR=$1
SetEnvIf Request_URI ^/ont_pub_tmplt/(.*)$ ONT_BASE=https://materialdigital.github.io/ontology_publication_template ONT_VERSION=v1.0.0 ONT_ANCHOR=$1
SetEnvIf Request_URI ^/ont_pub_tmplt/(\d+\.\d+\.\d+)/(.*)$ ONT_VERSION=v$1 ONT_ANCHOR=$2

# Rewrite rule to serve HTML content from the vocabulary URI if requested
Expand Down

0 comments on commit 899a106

Please sign in to comment.