diff --git a/.htaccess_example b/.htaccess_example index e957839..535cd06 100644 --- a/.htaccess_example +++ b/.htaccess_example @@ -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