From 3c5d0184bb8af492ce9adfb6dc49c22cf3cc8bba Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 23 Aug 2018 12:21:14 +0200 Subject: [PATCH] fix palgrave http and https --- p.vbz.ffzg.hr.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p.vbz.ffzg.hr.conf b/p.vbz.ffzg.hr.conf index ffb40dc..c6ae54c 100644 --- a/p.vbz.ffzg.hr.conf +++ b/p.vbz.ffzg.hr.conf @@ -537,7 +537,8 @@ FilterChain NEWPATHS2 Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1" RequestHeader unset Accept-Encoding -Substitute "s|https?://www.palgrave.com/|https://www.palgrave.com.p.vbz.ffzg.hr/|n" +Substitute "s|https://www.palgrave.com|https://www.palgrave.com.p.vbz.ffzg.hr|n" +Substitute "s|http://www.palgrave.com|https://www.palgrave.com.p.vbz.ffzg.hr|n" Substitute "s|http://link.springer.com|https://link.springer.com.p.vbz.ffzg.hr|n" Substitute "s|http://www.springer.com|https://www.springer.com.p.vbz.ffzg.hr|n" FilterDeclare NEWPATHS2 -- 2.20.1