Answers for "htaccess to https redirect and secure connection"

PHP
0

redirect htaccess http to https

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
Posted by: Guest on April-14-2020

Code answers related to "htaccess to https redirect and secure connection"

Browse Popular Code Answers by Language