From: Oliver Böttcher Date: Thu, 6 Apr 2017 08:33:16 +0000 (+0200) Subject: ODT - fix rewrites X-Git-Tag: v0.1.0~3298 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=d7990dcc9a963a6e001081d5795bf25c9a43f264;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 f2fdf9c3..71fea58c 100644 --- a/customer/mbvd-odt/cms-odt-daimler-com.pixelpark.net.yaml +++ b/customer/mbvd-odt/cms-odt-daimler-com.pixelpark.net.yaml @@ -101,7 +101,7 @@ infra::profile::apache::pp_vhosts: - https_forms: rewrite_cond: - '%%{ich-trickse}{HTTP:HTTPS} !=on [NC]' - - '%%{ich-trickse}{REQUEST_URI} ^/(r|w|anmeldung|forms_retail|forms_wholesale)(/)? [NC]' + - '%%{ich-trickse}{REQUEST_URI} ^/(r/|w/|anmeldung|forms_retail|forms_wholesale) [NC]' rewrite_rule: - '^(.*)$ https://%%{ich-trickse}{HTTP_HOST}$1 [R=301,L,QSA,NE]' - 404handler_non_https: @@ -217,7 +217,7 @@ infra::profile::apache::pp_vhosts: - https_forms: rewrite_cond: - '%%{ich-trickse}{HTTP:HTTPS} !=on [NC]' - - '%%{ich-trickse}{REQUEST_URI} ^/(r|w|anmeldung|forms_retail|forms_wholesale)(/)? [NC]' + - '%%{ich-trickse}{REQUEST_URI} ^/(r/|w/|anmeldung|forms_retail|forms_wholesale) [NC]' rewrite_rule: - '^(.*)$ https://%%{ich-trickse}{HTTP_HOST}$1 [R=301,L,QSA,NE]' - 404handler_non_https: @@ -323,7 +323,7 @@ infra::profile::apache::pp_vhosts: - https_forms: rewrite_cond: - '%%{ich-trickse}{HTTP:HTTPS} !=on [NC]' - - '%%{ich-trickse}{REQUEST_URI} ^/(r|w|anmeldung|forms_retail|forms_wholesale)(/)? [NC]' + - '%%{ich-trickse}{REQUEST_URI} ^/(r/|w/|anmeldung|forms_retail|forms_wholesale) [NC]' rewrite_rule: - '^(.*)$ https://%%{ich-trickse}{HTTP_HOST}$1 [R=301,L,QSA,NE]' - 404handler_non_https: