From: Oliver Böttcher Date: Mon, 16 Oct 2017 08:36:26 +0000 (+0200) Subject: BMWI-GWO: redirect to index X-Git-Tag: v0.1.0~2320 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=0bb866e8130a8c04b77eb4a18d771246fcdf63a8;p=pixelpark%2Fhiera.git BMWI-GWO: redirect to index --- diff --git a/customer/bmwi-gruenderwoche/test.yaml b/customer/bmwi-gruenderwoche/test.yaml index 95056b6f..ad03aa32 100644 --- a/customer/bmwi-gruenderwoche/test.yaml +++ b/customer/bmwi-gruenderwoche/test.yaml @@ -78,3 +78,10 @@ infra::profile::apache::vhosts: - FollowSymLinks allow_override: - None + rewrites: + - comment: "404 to index.html" + rewrite_cond: + - "%%{ich-trickse}{REQUEST_FILENAME} !-f" + rewrite_rule: + - "^(.*)$ / [L,R=301]" +