.htaccessに301リダイレクトを記述
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Go to list of users who liked
More than 1 year has passed since last update.
.htaccessに301リダイレクトを記述
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Register as a new user and use Qiita more conveniently
Go to list of users who liked