Skip to content

Commit f88807b

Browse files
authored
Create .htaccess for EMG-uppercase
Add .htaccess file for EMG with rewrite rules and metadata.
1 parent 0159d66 commit f88807b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

EMG/.htaccess

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contact person name: Volker Hofmann
2+
# Contact person email: v.hofmann@fz-juelich.de
3+
# Artifacts: emg
4+
# Artifacts Names: The EM Glossary
5+
# Resource location: https://codebase.helmholtz.cloud/em_glossary/em_glossary_owl/-/raw/main/emg.owl
6+
7+
RewriteEngine On
8+
9+
RewriteRule ^(.*)$ /emg/$1 [R=301,L]
10+

0 commit comments

Comments
 (0)