.htaccessに下記3行を追記
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
.htaccessに下記3行を追記
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
Pawani Madushika -
Vitali Sorenko -
Yaryna Kobryn -
Top comments (0)