# HG changeset patch # User IBBoard # Date 1589654497 -3600 # Node ID b2acbea872e74fab865d370de4a425924386ca5d # Parent c90dc847246b4368a7e912aef796a69bd770b3c5 Include the trailing slash in the redirect or it all breaks! We've been accidentally redirecting people to http://example.compath/to/file.html! diff -r c90dc847246b -r b2acbea872e7 modules/website/templates/https_core_conf.erb --- a/modules/website/templates/https_core_conf.erb Sat May 16 14:58:33 2020 +0100 +++ b/modules/website/templates/https_core_conf.erb Sat May 16 19:41:37 2020 +0100 @@ -10,5 +10,5 @@ Header always set X-Frame-Options "SAMEORIGIN" - Redirect permanent "/" "https://<%= @primary_name %>" + Redirect permanent "/" "https://<%= @primary_name %>/"