LoginSignup
0
0

More than 5 years have passed since last update.

httpsメモ

Posted at

https対応は
.htaccessに
https://whitebear-seo.com/redirect-https/
記載の

RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]

でいいのかな????

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0