Quote:
Originally Posted by Kane@airrifle
Make a copy of your htaccess file for safety and try the following rewrite
Code:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
Two different technical team of server, give me this
RewriteCond %{HTTPS} off
What is the correct?
off or
on ? as you give.
RewriteCond %{HTTPS} !=on
or it does not matter?
EDIT: !on is the same with off (!)