Answers for "redirect always to https wordpress htaccess"

CSS
5

force to load https

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
Posted by: Guest on May-01-2020

Code answers related to "redirect always to https wordpress htaccess"

Browse Popular Code Answers by Language