-
Apache Redirect to HTTPS – How to Redirect to HTTPS on Apache – Namecheap
“RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] “
Apache Redirect to HTTPS – How to Redirect to HTTPS on Apache – Namecheap
“RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] “