From c0de51cfbf0a0a12eb9483cae155f60b8a895aa9 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Mon, 22 Apr 2024 11:23:20 +0200 Subject: [PATCH] AA link: Remove trailing slash in Apache --- roles/attribute-aggregation/templates/apachelink.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/attribute-aggregation/templates/apachelink.conf.j2 b/roles/attribute-aggregation/templates/apachelink.conf.j2 index b698831d7..a73b32d13 100644 --- a/roles/attribute-aggregation/templates/apachelink.conf.j2 +++ b/roles/attribute-aggregation/templates/apachelink.conf.j2 @@ -5,7 +5,7 @@ RewriteCond %{REQUEST_URI} !^/aa/ RewriteCond %{REQUEST_URI} !^/internal/ RewriteCond %{REQUEST_URI} !^/redirect RewriteCond %{REQUEST_URI} !^/fonts/ -RewriteCond %{REQUEST_URI} !^/orcid/ +RewriteCond %{REQUEST_URI} !^/orcid RewriteRule (.*) /index.html [L] Redirect /orcid https://link.{{ base_domain }}/aa/api/client/information.html