Answers for "htaccess from http to https"

0

.htaccess redirect to https

RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourdomain.com/$1
Posted by: Guest on May-16-2020

Code answers related to "htaccess from http to https"

Browse Popular Code Answers by Language