From: nael Date: Mon, 17 Jun 2019 09:48:22 +0000 (+0200) Subject: #2838 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7dfb684900d352b6b9a016ec4989cfc00609dc86;p=pmi.git #2838 --- 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