Answers for "wordpress default .htaccess for http to https"

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 "wordpress default .htaccess for http to https"

Browse Popular Code Answers by Language