From 88fc264a1e953af90c47ffebd25be46088ea27e3 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 2 Mar 2016 14:44:27 +0100 Subject: [PATCH] bmbf - add htaccess ausnahmen --- customer/bmbf/production.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/customer/bmbf/production.yaml b/customer/bmbf/production.yaml index 20c8d479..87817855 100644 --- a/customer/bmbf/production.yaml +++ b/customer/bmbf/production.yaml @@ -56,6 +56,15 @@ site::profile::typo3::projects: auth_require: 'valid-user' require: - local + - location2: + provider: location + path: '/typo3/sysext/' + - location3: + provider: location + path: '/typo3/js/' + - location4: + provider: location + path: '/typo3/contrib/' rewrites_no_ssl: - https: comment: 'all to https' -- 2.39.5