slyckers Chevereto Member May 1, 2016 #2 slyckers said: Hello everyone, How to redirect the site on https? Thanks Click to expand... Response: RewriteCond %{HTTPS} !=on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
slyckers said: Hello everyone, How to redirect the site on https? Thanks Click to expand... Response: RewriteCond %{HTTPS} !=on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]