Change site URL and WordPress URL in Localhost

后端 未结 7 1195
温柔的废话
温柔的废话 2020-12-05 06:02

I am work in Wordpress. And my system localhost url is http://localhost:8080/wordpress.
I want to shift our site another system.

My problem is that my another sy

7条回答
  •  一向
    一向 (楼主)
    2020-12-05 06:39

    Search replace db is a good tool to replace all old url with new urls. You can download latest file from

    seach replace db

    Perform following steps

    1. put the file on wp directory
    2. open wp config file and change database credentials
    3. open url in browser (http://localhost/wordpress/downloadedfile.php)
    4. read instruction and go to next step till it complete.

    This tool help you to upload or migrate database from localhost to server or server to server.

提交回复
热议问题