Answers for "htaccess force http, www, to https"

0

forcer https htaccess

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Posted by: Guest on December-02-2020

Code answers related to "htaccess force http, www, to https"

Browse Popular Code Answers by Language