From: sambufe Date: Mon, 26 Jun 2017 14:26:54 +0000 (+0200) Subject: FBBKERNSERV-238 trailing slash fix X-Git-Tag: v0.1.0~2758 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=62083eb050ef04f12c4719cb74024425f930de9e;p=pixelpark%2Fhiera.git FBBKERNSERV-238 trailing slash fix --- diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index 2aaf5dc8..8cacb651 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -276,6 +276,20 @@ infra::profile::apache::pp_vhosts: - '%%{ich-trickse}{REQUEST_URI} !^/media.*$' rewrite_rule: - '(^.*/$|^$) $1index.php [L,R=301]' + - comment: 'FBBKERNSERV-238' + rewrite_cond: + - '%%{ich-trickse}{REQUEST_URI} ^/xmas$' + - '%%{ich-trickse}{REQUEST_URI} ^/webteam$' + - '%%{ich-trickse}{REQUEST_URI} ^/starsberlin$' + - '%%{ich-trickse}{REQUEST_URI} ^/securitastxl$' + - '%%{ich-trickse}{REQUEST_URI} ^/securitas$' + - '%%{ich-trickse}{REQUEST_URI} ^/bgstxl$' + - '%%{ich-trickse}{REQUEST_URI} ^/bgssxf$' + - '%%{ich-trickse}{REQUEST_URI} ^/ofis$' + - '%%{ich-trickse}{REQUEST_URI} ^/airberlinhub$' + - '%%{ich-trickse}{REQUEST_URI} ^/media$' + rewrite_rule: + - '(^.*/$|^$) $1/ [L,R=301]' - comment: 'Subdomain werbung.berlin-airport.de' rewrite_cond: - '%%{ich-trickse}{HTTP_HOST} ^advertising.berlin-airport.de$'