From eaf70ff01bb34117208cc09e859f8f49ee2b0d67 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 10 Jan 2017 18:07:11 +0100 Subject: [PATCH] sirona-aem - correct htaccess --- customer/sirona-aem/production.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index b682f5ef..09b2b250 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -883,8 +883,14 @@ site::profile::aem::publish::pp_vhosts: sethandler: dispatcher-handler options: - FollowSymLinks + - de-de: + provider: locationmatch + path: '^/de-de/' + error_documents: + - { error_code: 404 , document: "/de-de/error-pages/404.html" } + - { error_code: 500 , document: "/de-de/error-pages/500.html" } - treuevorteil: - provider: location + provider: locationmatch path: '^/de-de/treuevorteil' auth_type: Digest auth_name: preview @@ -892,12 +898,6 @@ site::profile::aem::publish::pp_vhosts: auth_digest_algorithm: MD5 auth_user_file: '/etc/httpd/htdigest' auth_require: 'valid-user' - - de-de: - provider: locationmatch - path: '^/de-de/' - error_documents: - - { error_code: 404 , document: "/de-de/error-pages/404.html" } - - { error_code: 500 , document: "/de-de/error-pages/500.html" } rewrites: - language_rewrite: comment: 'lanugage Rewrite use Env Vars' -- 2.39.5