简体   繁体   English

如何在cpanel中将我的http安全页面更改为https

[英]how can i change my http secure pages to https in cpanel

我如何将我的http敏感页面更改为https,而现在我不知道http和https之间有什么区别以及如何做到这一点

HTTPS is the secure version of HTTP: HTTPS是HTTP的安全版本:

  • traffic gets encrypted, 流量得到加密,
  • the user knows for sure that the site he is talking to is the real deal 用户肯定知道与他交谈的网站是真实的交易

Depending on your webserver, you'll have to add support for HTTPS in the configuration file. 根据您的Web服务器,您必须在配置文件中添加对HTTPS的支持。 For example, for the Apache Webserver , you need to edit use the mod_ssl module . 例如,对于Apache Web服务器 ,您需要使用mod_ssl模块进行编辑。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM