]> _ Git - cubeextranet.git/commitdiff
HTTPS problem with locale redirector used for example with parker #409 @0:05
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 9 May 2016 13:04:24 +0000 (13:04 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 9 May 2016 13:04:24 +0000 (13:04 +0000)
.htaccess

index a7b3a19dcdbd3df82e611e181f01c83361583cc7..6a63fab3882631d055aedb8bc9ba41010c59d829 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -41,6 +41,7 @@ AddCharset UTF-8 log
        RewriteCond %{REQUEST_URI} !^/s/\r
        RewriteCond %{REQUEST_URI} !^/services/\r
        RewriteCond %{REQUEST_URI} !^/fluidbook/mailer/\r
+       RewriteCond %{REQUEST_URI} !^/tools/\r
        RewriteCond %{REQUEST_URI} !^/crossdomain.xml\r
        RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]\r
 \r