在wp-config.php里面增加:
define(‘WP_HOME’,’https://portal.hkwl.org’);
define(‘WP_SITEURL’,’https://portal.hkwl.org’);
define(‘RELOCATE’, true);if ( isset( $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) && ‘https’ == $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) { $_SERVER[‘HTTPS’] = ‘on’;}