From b471b3faba527da2b47eafe7a1b9e09c6ea75d3d Mon Sep 17 00:00:00 2001 From: sambufe Date: Fri, 3 Mar 2017 13:45:13 +0100 Subject: [PATCH] fixed ffb orat live rewrite rule --- customer/fbb-orat/production.yaml | 2 +- customer/fbb-orat/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/fbb-orat/production.yaml b/customer/fbb-orat/production.yaml index 3a7f983d..490f554c 100644 --- a/customer/fbb-orat/production.yaml +++ b/customer/fbb-orat/production.yaml @@ -56,7 +56,7 @@ site::profile::wordpress::projects: - Theme: comment: 'ORAT2017-121' rewrite_rule: - - '^/wp-content/themes/berpp/$ / [R=301,L]' + - '^/wp-content/themes/berpp/(index.php)?$ / [R=301,L]' # wird im LB gesetzt # headers_ssl: # - 'always set Strict-Transport-Security "max-age=31556926" diff --git a/customer/fbb-orat/test.yaml b/customer/fbb-orat/test.yaml index a2dad134..17811309 100644 --- a/customer/fbb-orat/test.yaml +++ b/customer/fbb-orat/test.yaml @@ -69,7 +69,7 @@ site::profile::wordpress::projects: - Theme: comment: 'ORAT2017-121' rewrite_rule: - - '^/wp-content/themes/berpp/$ / [R=301,L]' + - '^/wp-content/themes/berpp/(index.php)?$ / [R=301,L]' # wird im LB gesetzt # headers_ssl: # - 'always set Strict-Transport-Security "max-age=31556926" -- 2.39.5