Answers for "how to use htaccess to force https"

0

force http to https htaccess

RewriteEngine On 
RewriteCond %{SERVER_PORT} 80 
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L,NE]
Posted by: Guest on May-30-2020

Code answers related to "how to use htaccess to force https"

Browse Popular Code Answers by Language