WordPress Site URL 和 Home URL 設定應該是:
[wp-config.php]
define('WP_HOME', 'http://xxx.com.tw');
define('WP_SITEURL', 'http://xxx.com.tw');
或
define('WP_HOME', 'https://xxx.com.tw');
define('WP_SITEURL', 'https://xxx.com.tw');
沒錯。
如果你的 WordPress 有快取要記得清除。