https、wwwの正規化記述例
https、wwwの正規化記述例、簡単です。
<link rel=”canonical” href=”https://www.clarenet.co.jp/” />
RewriteEngine On
RewriteCond %{HTTP_HOST} ^clarenet\.co\.jp
RewriteRule (.*) http://www.clarenet.co.jp/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
なんか忘れてる、というときなどがあるので気をつけないといけないもの。