Skip to content

Commit 9d106e8

Browse files
Now redirects future vocabularies as well.
1 parent 79de86c commit 9d106e8

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

skosmos/.htaccess

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Contact person email: rossella.aversa@kit.edu
44
# Contact person name: Volker Hartmann (technical)
55
# Contact person email: volker.hartmann@kit.edu
6-
# Artifacts: MatWerkAcronyms, sdv, rdvc, mng
7-
# Artifacts Names: MatWerk Acronyms Vocabulary, Sample Description Vocabulary, Reference Dataset Vocabulary, MDMC-NEP Glossary of Terms
8-
# Resource location: https://metarepo.nffa.eu/skosmos/Prima-1/en/ , https://matwerk.datamanager.kit.edu/skosmos/SampleDescriptionVocabulary-1/en/ , https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en/ , https://matwerk.datamanager.kit.edu/skosmos/MatWerkAcronyms-1/en/
6+
# Artifacts: *
7+
# Artifacts Names: MatWerk Acronyms Vocabulary, Sample Description Vocabulary, Reference Dataset Vocabulary, PRIMA Glossary of Terms
8+
# Resource location: https://metarepo.nffa.eu/skosmos/Prima/en/ , https://matwerk.datamanager.kit.edu/skosmos/SampleDescriptionVocabulary-1/en/ , https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en/ , https://matwerk.datamanager.kit.edu/skosmos/MatWerkAcronyms-1/en/
99

1010
Options +FollowSymLinks
1111

@@ -25,6 +25,12 @@ RewriteRule ^rdvc/$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataS
2525
RewriteRule ^rdvc/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en/page/$1 [R=303,L]
2626

2727
# Redirect for skosmos/Prima - Vocabulary (PRovenance Information for MAterials science)
28-
RewriteRule ^prima/$ https://metarepo.nffa.eu/skosmos/Prima-1/en/ [R=303,L]
29-
RewriteRule ^prima/(.*)$ https://metarepo.nffa.eu/skosmos/Prima-1/en/page/$1 [R=303,L]
28+
RewriteRule ^prima/$ https://matwerk.datamanager.kit.edu/skosmos/Prima/en/ [R=303,L]
29+
RewriteRule ^prima/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/Prima/en/page/$1 [R=303,L]
30+
31+
# This rule has to be the last one
32+
# Redirect for any vocabulary (e.g. skosmos/newVocabulary)
33+
RewriteRule ^([^/]+)$ https://matwerk.datamanager.kit.edu/skosmos/$1/en [R=303,L]
34+
# Redirect for a term of any vocabulary
35+
RewriteRule ^([^/]+)/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/$1/en/page/$2 [R=303,L]
3036

0 commit comments

Comments
 (0)