From: Vincent Vanwaelscappel Date: Mon, 17 Jun 2019 09:37:37 +0000 (+0200) Subject: try #2838 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b831803daa18075b2a938e17fdb36420445a735c;p=pmi.git try #2838 @0:10 --- diff --git a/public/.htaccess b/public/.htaccess index 5ca1963..e40aac3 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -6,6 +6,7 @@ RewriteEngine On RewriteCond %{HTTPS} off + RewriteCond %{SERVER_PORT} 80 RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteCond %{HTTP_HOST} =pmi.dev.cubedesigners.com