.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
Abhay Singh Kathayat -
Abhay Singh Kathayat -
Pavel Sanikovich -
Matthew Evan Eichler -
Top comments (0)