From 32a6a5b251de48c29859c71e45ba81fd15edff69 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 9 May 2016 13:04:24 +0000 Subject: [PATCH] HTTPS problem with locale redirector used for example with parker #409 @0:05 --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index a7b3a19dc..6a63fab38 100644 --- a/.htaccess +++ b/.htaccess @@ -41,6 +41,7 @@ AddCharset UTF-8 log RewriteCond %{REQUEST_URI} !^/s/ RewriteCond %{REQUEST_URI} !^/services/ RewriteCond %{REQUEST_URI} !^/fluidbook/mailer/ + RewriteCond %{REQUEST_URI} !^/tools/ RewriteCond %{REQUEST_URI} !^/crossdomain.xml RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] -- 2.39.5