ssl https http いいね 引き継ぎ

ヘッダー

	<?php if(is_home()):?>	
<meta property="og:url" content="http://www.yasaka-indus.co.jp" />
<?php endif; ?>
	
<?php include(get_template_directory() . "/5_head/d_3_fb_meta.php"); ?>

htaccess

#BEGIN WordPressより前
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} !(Facebot|facebookexternalhit/1.1) [NC]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</IfModule>

デバッガーでチェック 

https
リダイレクト http

となってればOK

https://knowledge.cpi.ad.jp/other/273/