セキュリティ→独自ssl証明書導入→対象ドメインチェックボックス・チェック→導入クリック:設定中:::10分?::設定有効ドメインに該ドメインが表示
該フォルダにmurasecret設置:search&replace: http://jsst4.japantourguide.net with https://jsst4.japantourguide.net:::::::The table “wptest_maxbuttons_collections_trans” has no primary key. Changes will have to be made manually.
in WP dashboard: setting:General isO.K. Reading: check discourage search engine : Save
At this point, all pages seem all right for https.
in .htaccess, add the following:
# TN – END EXPIRES CACHING #
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>