httpsのページなのにhttpでアクセスされたら困るので、、
そんなときはhtaccessでhttpからhttpsに変更をかけ ます。
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://pg.web-gs.com/blog/$1 [R,L]
httpsのページなのにhttpでアクセスされたら困るので、、
そんなときはhtaccessでhttpからhttpsに変更をかけ ます。
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://pg.web-gs.com/blog/$1 [R,L]