admin管理员组文章数量:1435859
For the last few day I was working on a website that I built on a server. I finished the website and I decided to backup my files and test it on localhost. I followed this guide here: /
I put all my files to htdocs, imported the database, change my domain to localhost and tweaked the wp-config file.
Now the control panel is broken, there is no css at all, half of the pages still redirects to my domain and not on localhost. I have searched for a lot answers, couldn't find none.
Any ideas?
For the last few day I was working on a website that I built on a server. I finished the website and I decided to backup my files and test it on localhost. I followed this guide here: https://www.wpbeginner/wp-tutorials/how-to-move-live-wordpress-site-to-local-server/
I put all my files to htdocs, imported the database, change my domain to localhost and tweaked the wp-config file.
Now the control panel is broken, there is no css at all, half of the pages still redirects to my domain and not on localhost. I have searched for a lot answers, couldn't find none.
Any ideas?
Share Improve this question asked Apr 1, 2019 at 21:42 user164247user164247 1 1- When you say you "change my domain to localhost" what exactly did you do? Please try to provide some more information about what you did for the different steps so that we can better assist you. – phatskat Commented Apr 2, 2019 at 0:40
1 Answer
Reset to default 0I have not looked at the guide but chances are that it's still looking for resources from the server URL. I would start by defining in your wp-config.php file the following:
define('WP_HOME', 'YOUR_LOCAL_SITE_ADDRESS');
define('WP_SITEURL', WP_HOME);
And then do a search/replace using a plugin finding all instances of your server address by your local address.
This plugin should help you:
https://wordpress/plugins/search-and-replace/
!!! BACKUP the database before you do any replacements !!!
本文标签: migrationMigrate wordpress server to localhost problems
版权声明:本文标题:migration - Migrate wordpress server to localhost problems 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745638080a2667684.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论