简体   繁体   中英

WordPress, issue with redirect of third-level domain

I have this problem. We have redirect the domain example.com to hello.anotherdomain.com. The redirect works properly. In wordpress, we have changed the values of SiteUrl and Home with example.com on the DB in the table WP_OPTIONS in hello.anotherdomain.com .

add this lines to your wp-config.php file in your website root folder

define('WP_HOME','hello.anotherdomain.com');
define('WP_SITEURL','hello.anotherdomain.com');

worked for me Link to wordpres-codex

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM