首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >哪些文件使一个Wordpress站点与另一个不同

哪些文件使一个Wordpress站点与另一个不同
EN

Stack Overflow用户
提问于 2014-10-02 09:58:35
回答 1查看 36关注 0票数 0

在主机之间迁移wordpress站点可能需要很长时间,特别是当主机平台不同时。

我一直在尝试将我的站点从Cpanel迁移到Mediatemple,但似乎我没有正确地实现它。

有各种各样的选择

  1. 使用他们提供的https://kb.mediatemple.net/questions/1556/Migrating+your+websites+to+the+Grid#gs指南

代码语言:javascript
复制
- 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

  1. 使用InfiniteWP

代码语言:javascript
复制
- 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 

  1. 使用Mediatemples“一键应用程序”安装wordpress,然后只将站点特有的文件从旧主机移动到新主机。

代码语言:javascript
复制
- 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数据库导出和导入功能将数据库从一个站点移动到另一个站点。

如有任何帮助,将不胜感激。

谢谢

EN

回答 1

Stack Overflow用户

发布于 2017-08-23 11:48:17

使用InfiniteWP,您可以使用克隆--一个现有的site命令(可以在“Tool”“->”Install/ clone WP“中找到)将站点迁移到新服务器。

您必须使用指向新服务器的临时(子)域。

回答你的问题:

  1. /wp-content/存储所有文件,有时存储插件文件,wp-config.php是存储配置的地方(例如访问数据库的凭据)。根据服务器的不同,.htaccess文件可能有所不同。
  2. 我建议使用phpMyAdmin创建整个数据库的转储文件。
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/26158474

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档