Answers for "redirect using htacces to https"

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 "redirect using htacces to https"

Browse Popular Code Answers by Language