]> _ Git - pmi.git/commitdiff
try #2838 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 17 Jun 2019 09:37:37 +0000 (11:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 17 Jun 2019 09:37:37 +0000 (11:37 +0200)
public/.htaccess

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