Hey,
Thanks for taking the time out to help!
removing:
### Forcing HTTPS rule start
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
### Forcing HTTPS rule end
worked
Anyone in the future want to restart OLS:
/usr/local/lsws/bin/lswsctrl restart
-
This reply was modified 4 years, 2 months ago by onehare.
-
This reply was modified 4 years, 2 months ago by onehare.