Answers for "redirect http to https + htaccess"

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 "redirect http to https + htaccess"

Browse Popular Code Answers by Language