Skip to content

Commit bea35eb

Browse files
Fix capitalization and sort resource locations by order of the rules/artifacts.
1 parent 9d106e8 commit bea35eb

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

skosmos/.htaccess

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +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: *
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/
9-
6+
# Artifacts: MatWerkAcronyms, sdv, rdvc, prima, *
7+
# Artifacts Names: MatWerk Acronyms Vocabulary, Sample Description Vocabulary, Reference Dataset Vocabulary, PRIMA Glossary of Terms, NEW_VOCABULARIES
8+
# Resource location: https://matwerk.datamanager.kit.edu/skosmos/MatWerkAcronyms-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/prima/en/, https://matwerk.datamanager.kit.edu/skosmos/NEW_VOCABULARIES/en/
109
Options +FollowSymLinks
1110

1211

@@ -24,9 +23,9 @@ RewriteRule ^sdv/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/SampleDescri
2423
RewriteRule ^rdvc/$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en [R=303,L]
2524
RewriteRule ^rdvc/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/ReferenceDataSetVocCreep-1/en/page/$1 [R=303,L]
2625

27-
# Redirect for skosmos/Prima - Vocabulary (PRovenance Information for MAterials science)
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]
26+
# Redirect for skosmos/prima - Vocabulary (PRovenance Information for MAterials science)
27+
RewriteRule ^prima/$ https://matwerk.datamanager.kit.edu/skosmos/prima/en/ [R=303,L]
28+
RewriteRule ^prima/(.*)$ https://matwerk.datamanager.kit.edu/skosmos/prima/en/page/$1 [R=303,L]
3029

3130
# This rule has to be the last one
3231
# Redirect for any vocabulary (e.g. skosmos/newVocabulary)

0 commit comments

Comments
 (0)