Moving WordPress site from localhost to a live server

后端 未结 1 1594
花落未央
花落未央 2021-01-28 14:07

I have moved my WordPress website from my localhost server to a live server. I have the wp-config.php file well edited and have added to the home and SiteURL columns in the data

1条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-28 14:32

    Simple checklist for wordpress migration is:

    • edit database table wp-options and options siteurl and home there
    • edit wp-config.php (DB_NAME, DB_USER, DB_PASSWORD a DB_HOST)
    • use this replace script to replace all other occurences of absolute paths for relative path it is enough to replace your old site name http://yoursite.com with an "/"

    0 讨论(0)
提交回复
热议问题