Website in wordpress redirects to old URL after migration

后端 未结 7 803
离开以前
离开以前 2021-02-05 04:55

I had never done migrating a site on wordpress, I\'ll put step by step how I did, need to put the site on a new domain that are on the same server, so only the migrated files, t

7条回答
  •  春和景丽
    2021-02-05 05:18

    define('WP_HOME','domain.com');
    define('WP_SITEURL','domain.com'); 
    

    This goes in your wp-config.php

    Also, be sure to clear your cache and use this script to replace ALL urls in your database.

    https://github.com/interconnectit/Search-Replace-DB

提交回复
热议问题