From ff1c50b3cd10ee432079d231c88826996991c5fe Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 10 Jan 2017 16:46:10 +0100 Subject: [PATCH] sirona-aem - correct htaccess --- customer/sirona-aem/production.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index 88273040..b682f5ef 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -883,12 +883,6 @@ 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 path: '^/de-de/treuevorteil' @@ -898,6 +892,12 @@ 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