http://をhttps://wwwなしで統一する 投稿者: hage01 | 2020年3月3日 0件のコメント http://をhttps://wwwなしで統一する.htaccess RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.*) [NC] RewriteRule ^ https://%1%{REQUEST_URI} [L,R=301] RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://tama-tama.net/$1 [R=301,L]