From: Oliver Böttcher Date: Thu, 6 Apr 2017 09:14:35 +0000 (+0200) Subject: ODT - fix rewrites X-Git-Tag: v0.1.0~3296 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=22955d18d0ab3ae1ce42623d9e9bc2b77f4136ce;p=pixelpark%2Fhiera.git ODT - fix rewrites --- diff --git a/customer/mbvd-odt/cms-odt-daimler-com.pixelpark.net.yaml b/customer/mbvd-odt/cms-odt-daimler-com.pixelpark.net.yaml index 71fea58c..4bb47712 100644 --- a/customer/mbvd-odt/cms-odt-daimler-com.pixelpark.net.yaml +++ b/customer/mbvd-odt/cms-odt-daimler-com.pixelpark.net.yaml @@ -43,7 +43,7 @@ infra::profile::apache::pp_vhosts: rewrite_cond: - '%%{ich-trickse}{HTTP:HTTPS} !=on [NC]' rewrite_rule: - - '^(.*)$ https://%%{ich-trickse}{SERVER_NAME}$1 [L,R=301]' + - '^/system/(.*)$ https://%%{ich-trickse}{SERVER_NAME}/system/$1 [L,R=301]' - login: rewrite_rule: - '^(/)?$ https://%%{ich-trickse}{SERVER_NAME}/system/login [L,R=301]'