首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >站点升级: update+https vs 2阶段迁移

站点升级: update+https vs 2阶段迁移
EN

Stack Overflow用户
提问于 2018-04-26 08:14:17
回答 1查看 37关注 0票数 1

新手的问题。

我即将为客户端重建一个站点,从旧的CMS迁移到WordPress (带有更新的IA)和HTTP => HTTPS。

我的问题是,最简单的方法是什么?哪一个会给错误带来最少的机会?

选项A:

  • 端口到Wordpress和迁移到HTTPS在一个巨大的飞跃。

选项B:

  1. 端口到Wordpress和设置301重定向的任何退役路径/资产等。
  2. 实现SSL证书等,批量301重定向从HTTP到HTTPS (例如。重定向301 / https://www.newsite.com/)

非常感谢你在这方面的帮助。

干杯,泰斯。

EN

回答 1

Stack Overflow用户

发布于 2018-04-26 15:19:18

如果你是一个缺乏经验的人,将旧CMS迁移到WP并不容易。为什么?原因如下: DB,新CMS管理,样式,支持。因此,如果我们更好地将任务分解成小任务并完成它们,那么事情就会变得更容易。让它成为你所拥有的正确的选择。我要说几件事,我认为你在工作前应该考虑一下。

  • 保持网站活动和备份后,创建新的网站开发,当检查所有确定,我将移动网站开发到现场直播。
  • 检查CMS旧,支持将整个DB或样式转移到WP。
  • 对于电子商务项目,您需要注意迁移您的产品,所以考虑插件导入支持数据到2 CMS。
  • 请仔细参考您希望为迁移优化的CMS插件。

没有唯一对你最有效的最佳计划。

HTTPS是一个安全和SEO的问题,大多数人使用它。关于安全移徙问题和避免出现问题,我们需要仔细研究以下问题:

  • SSL证书有三种方式(免费和收费):
代码语言:javascript
复制
- Let's Encrypt™ SSL is free but only 3 month so you need to configure it to auto-renew ( auto renew have in cpanel if you use hosting [http://prntscr.com/jag1ix](http://prntscr.com/jag1ix) but vps we need config auto-renew ). Suggest to use it if your website is a blog and just support for SEO.
- CloudFlare support SSL free and fees ( Flexible SSL, Full SSL, Full SSL (strict) ) everybody can read [https://www.cloudflare.com/ssl/](https://www.cloudflare.com/ssl/)
- For commercial websites and systems that need to be more secure and secure you can purchase separate certificates for domains, prices vary depending on the security level, technical assistance, avoid counterfeit, compensation, ...( Extended validation (EV), Domain validation (DV), Organizational validation (OV) )

  • 在可湿性粉剂中使用的步骤:
代码语言:javascript
复制
- Config SSL in host or VPS ( if use Let's Encrypt™ SSL we only login cpanel after active for domain use, vps we install and config + auto renew )
- Setting http to https on site WP ( if you use CloudFlare have support ) [http://prntscr.com/jagfnq](http://prntscr.com/jagfnq)
- User plugin convert link http -> https [http://prntscr.com/jaggf7](http://prntscr.com/jaggf7) or you can change it in db ( be careful ). With hard-coded links you need to change it.
- Debug: you can [http://prntscr.com/jaghu5](http://prntscr.com/jaghu5) and check console tab. If done look like [http://i.prntscr.com/ULhCRCXxRl6SRn7lgBSzBA.png](http://i.prntscr.com/ULhCRCXxRl6SRn7lgBSzBA.png)

总之,我不能写得更充分,如果明天有更多的时间,我会加上它,希望能帮助你。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50038037

复制
相关文章

相似问题

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