修改根目录system文件夹下functions.inc.php文件的一段代码。
if ((isset($_SERVER['HTTPS']) AND !in_array(strtolower($_SERVER['HTTPS']), array('off', 'no', 'false', 'disabled'))) OR $_SERVER['SERVER_PORT'] == 443)
改为
if ((isset($_SERVER['HTTPS']) AND !in_array(strtolower($_SERVER['HTTPS']), array( '' , 'off', 'no', 'false', 'disabled'))) OR $_SERVER['SERVER_PORT'] == 443)
阅读全文
收起全文