在主机之间迁移wordpress站点可能需要很长时间,特别是当主机平台不同时。
我一直在尝试将我的站点从Cpanel迁移到Mediatemple,但似乎我没有正确地实现它。
有各种各样的选择
- When moving the files in this way the permissions of the files are not set properly and I would have to got back through them and figure out which ones need to change.
- The database export from PHPMyAdmin also does not look the same it looks in the screenshot
- To use InfiniteWP you must provide the url of the site and since I dont want to change the DNS until the site is moved this option does not seems to be ideal.
- This option might work if its ok for the sites to be unavailable for a day or so while the DNS resolves...
- But I don't want the sites to be unavailable
- I would like to use this option
- I think that the content of the WP-Content folder needs to be moved that the database needs to be moved.
我的问题是-标准wordpress安装中的文件夹和文件通常很少从一个站点更改到另一个站点。-我可以使用wordpress数据库导出和导入功能将数据库从一个站点移动到另一个站点。
如有任何帮助,将不胜感激。
谢谢
发布于 2017-08-23 11:48:17
使用InfiniteWP,您可以使用克隆--一个现有的site命令(可以在“Tool”“->”Install/ clone WP“中找到)将站点迁移到新服务器。
您必须使用指向新服务器的临时(子)域。
回答你的问题:
/wp-content/存储所有文件,有时存储插件文件,wp-config.php是存储配置的地方(例如访问数据库的凭据)。根据服务器的不同,.htaccess文件可能有所不同。https://stackoverflow.com/questions/26158474
复制相似问题