新手的问题。
我即将为客户端重建一个站点,从旧的CMS迁移到WordPress (带有更新的IA)和HTTP => HTTPS。
我的问题是,最简单的方法是什么?哪一个会给错误带来最少的机会?
选项A:
或
选项B:
非常感谢你在这方面的帮助。
干杯,泰斯。
发布于 2018-04-26 15:19:18
如果你是一个缺乏经验的人,将旧CMS迁移到WP并不容易。为什么?原因如下: DB,新CMS管理,样式,支持。因此,如果我们更好地将任务分解成小任务并完成它们,那么事情就会变得更容易。让它成为你所拥有的正确的选择。我要说几件事,我认为你在工作前应该考虑一下。
没有唯一对你最有效的最佳计划。
HTTPS是一个安全和SEO的问题,大多数人使用它。关于安全移徙问题和避免出现问题,我们需要仔细研究以下问题:
- 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) )
- 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)
总之,我不能写得更充分,如果明天有更多的时间,我会加上它,希望能帮助你。
https://stackoverflow.com/questions/50038037
复制相似问题