Answers for ".htaccess code to make https come up first"

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 ".htaccess code to make https come up first"

Browse Popular Code Answers by Language