We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ca8be commit 1653bb0Copy full SHA for 1653bb0
1 file changed
helmholtzkg_api/.htaccess
@@ -0,0 +1,12 @@
1
+# Contact person name: Volker Hofmann
2
+# Contact person email: v.hofmann@fz-juelich.de
3
+# Artifact name: Storage API of Helmholtz KG
4
+# Resource location: https://data.unhide.helmholtz-metadaten.de/api/v0/raw/entity/
5
+
6
+Options +FollowSymLinks
7
+Options -MultiViews
8
+RewriteEngine on
9
10
+# default
11
+#==============
12
+RewriteRule ^$ https://data.unhide.helmholtz-metadaten.de/api/v0/raw/entity/ [R=303,L]
0 commit comments