On this page
HTTPSを強制する / SSLを強制する
LiveAgentへのすべてのリクエストを常にhttpsプロトコルで開きたい場合は、LiveAgentのルートフォルダと/agentフォルダ内の.htaccessファイルに以下の行を追加してください:
RewriteCond %{HTTP:X-Forwarded-Proto} !=https
RewriteRule (.*) https://%{SERVER_NAME}/$1 [redirect=permanent,last]
これらの行は、以下の行の直下に追加してください:
RewriteEngine on