Hi,
I have OpenLiteSpeed running as reverse proxy, but I have mix success for redirecting http traffic to https with proxy, where my desktop browser able to be redirected but my mobile phone browser is not, these are the rewrite rules:
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^(.*)$ https://webhttps/$1 [P,L,E=proxy-host:example.com]
Thank you
I have OpenLiteSpeed running as reverse proxy, but I have mix success for redirecting http traffic to https with proxy, where my desktop browser able to be redirected but my mobile phone browser is not, these are the rewrite rules:
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^(.*)$ https://webhttps/$1 [P,L,E=proxy-host:example.com]
Thank you