From b831803daa18075b2a938e17fdb36420445a735c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 17 Jun 2019 11:37:37 +0200 Subject: [PATCH] try #2838 @0:10 --- public/.htaccess | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5