4 lines
105 B
ApacheConf
4 lines
105 B
ApacheConf
RewriteEngine on
|
|
|
|
RewriteCond %{HTTPS} !=on
|
|
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] |