Change site URL and WordPress URL in Localhost

后端 未结 7 1181
温柔的废话
温柔的废话 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:20

    Fastest and Best Way to Change Go to WP-Config File and place that code

    define('WP_HOME','http://example.com');
    define('WP_SITEURL','http://example.com');
    

提交回复
热议问题