WordPress Custom post type url rewrite
https://wordpress.stackexchange.com/questions/53298/custom-post-type-url-rewriting
https://wordpress.stackexchange.com/questions/53298/custom-post-type-url-rewriting
在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’;}