From 7dfb684900d352b6b9a016ec4989cfc00609dc86 Mon Sep 17 00:00:00 2001 From: nael Date: Mon, 17 Jun 2019 11:48:22 +0200 Subject: [PATCH] #2838 --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index e40aac3..8a54ec9 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -6,7 +6,7 @@ RewriteEngine On RewriteCond %{HTTPS} off - RewriteCond %{SERVER_PORT} 80 + RewriteCond %{HTTP_HOST} (pm-instrumentation.com)$ RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteCond %{HTTP_HOST} =pmi.dev.cubedesigners.com -- 2.39.5