你只许根据以下步骤: 1. File: /home/public_html/abc.com/includes/configure.php Change the line as below. define(‘HTTP_SERVER’, ‘http://abc.com’); define(‘HTTPS_SERVER’, ‘https://abc.com’); to define(‘HTTP_SERVER’, ‘http://www.abc.com’); define(‘HTTPS_SERVER’, ‘https://www.abc.com’); 2. File: /home/public_html/abc.com/admin/includes/configure.php Change the line as below. define(‘HTTP_SERVER’, ‘http://abc.com’); define(‘HTTPS_SERVER’, ‘https://abc.com’); define(‘HTTP_CATALOG_SERVER’, ‘http://abc.com’); define(‘HTTPS_CATALOG_SERVER’, ‘https://abc.com’); to define(‘HTTP_SERVER’, ‘http://www.abc.com’); define(‘HTTPS_SERVER’, ‘https://www.abc.com’); define(‘HTTP_CATALOG_SERVER’, ‘http://www.abc.com’); define(‘HTTPS_CATALOG_SERVER’, ‘https://www.abc.com’);