Answers for "redirect http to https all domains vhost"

2

redirect http to https all domains vhost

RewriteEngine On
RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R=301,L]
Posted by: Guest on July-16-2020

Code answers related to "redirect http to https all domains vhost"

Browse Popular Code Answers by Language