diff --git a/stn/.htaccess b/stn/.htaccess index 7cdc7c4dc..92bbaff0a 100644 --- a/stn/.htaccess +++ b/stn/.htaccess @@ -2,5 +2,5 @@ Header set Access-Control-Allow-Origin * Options +FollowSymLinks RewriteEngine on -RewriteRule ^/?$ http://ci.emse.fr/stn/ [R=302,L] -RewriteRule ^(.+)$ http://ci.emse.fr/stn/$1 [R=302,L] +RewriteRule ^/?$ https://ci.mines-stetienne.fr/stn/ [R=302,L] +RewriteRule ^(.+)$ https://ci.mines-stetienne.fr/stn/$1 [R=302,L] diff --git a/stn/README.md b/stn/README.md index 4ebe4c3ed..2306b4ccc 100644 --- a/stn/README.md +++ b/stn/README.md @@ -5,7 +5,7 @@ Ontology used to describe socio-technical networks. === Homepage: -* https://w3id.org/stn --> http://ci.emse.fr/stn/ +* https://w3id.org/stn --> https://ci.mines-stetienne.fr/stn/ Source: * https://github.com/andreiciortea/stn-website