From fae67eb73606b8bb12df70585baf9b87ef5aecab Mon Sep 17 00:00:00 2001 From: Eloi Perdereau <eloi@perdereau.eu> Date: Sat, 23 Nov 2019 18:19:11 +0100 Subject: [PATCH] fix jardin redirect url --- _redirects | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_redirects b/_redirects index 600bd70..38ab613 100644 --- a/_redirects +++ b/_redirects @@ -1,3 +1,3 @@ # http and https need separate rules if you don't force_ssl! -http://test-jardin.luminy.org/* https://luminy.org/jardin/:splat 301! -https://test-jardin.luminy.org/* https://luminy.org/jardin/:splat 301! +http://test-jardin.luminy.org/* https://test.luminy.org/jardin/:splat 301! +https://test-jardin.luminy.org/* https://test.luminy.org/jardin/:splat 301! -- GitLab