]> _ Git - pmi.git/commitdiff
#2838
authornael <nael@cubedesigners.com>
Mon, 17 Jun 2019 09:48:22 +0000 (11:48 +0200)
committernael <nael@cubedesigners.com>
Mon, 17 Jun 2019 09:48:22 +0000 (11:48 +0200)
public/.htaccess

index e40aac39d49a51da90ec0762847bdc918a7c7d8f..8a54ec930a7633523b0b9fbd4f35e23b0a40f4e6 100644 (file)
@@ -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