tsukamoto sanae
tsuka****@acy*****
2004年 9月 12日 (日) 11:15:24 JST
北山さん、はじめまして塚本と申します。 > 北山です。 > > AdminのSSL化を参考にログイン画面はSSL化したんですが、管理ページはSSLにな > っていません。 > どこをいじったらいいのでしょうか? > > よろしくお願いいたしますm(_ _)m どちらを変更されたのかわからないのですが、 私は管理ページSSLになっています。 admin/includes/configure.php // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'https://www.xxx.jp'); // eg, https://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://www.xxx.jp'); define('HTTPS_CATALOG_SERVER', 'https://www.xxx.jp'); 上記のようにhttpをhttpsと登録しています。 これで私のところは対応できています。