Re: Keeps on logging us out...
Posted: Mon Jul 17, 2017 1:52 pm
Gilles Villeneuve, jeez, that was a while ago
Great, thanks, keep me posted!
Great, thanks, keep me posted!
integration and scripts forums
https://www.axew3.com/w3/forums/
Code: Select all
https://www.f1puls.com/forum/
Code: Select all
http://www.f1puls.com/forum/
Code: Select all
http://www.f1puls.com/
Code: Select all
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Code: Select all
#maybe RewriteEngine on if already fired before in htaccess not need to be re-added
#RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]