From: vincent@cubedesigners.com Date: Mon, 9 May 2016 13:04:24 +0000 (+0000) Subject: HTTPS problem with locale redirector used for example with parker #409 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=32a6a5b251de48c29859c71e45ba81fd15edff69;p=cubeextranet.git HTTPS problem with locale redirector used for example with parker #409 @0:05 --- 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]