利用cloudflare免费开启https

in 笔记 with 0 comment

cloudflare免费给所有注册用户提供ssl服务,将网站添加到cloudflare后即可通过https的方式进行访问自己的网站。


在Typecho站点根目录下的文件config.inc.php加入下面行配置:

/** 开启HTTPS */
define('__TYPECHO_SECURE__',true);

进行上述操作之后发现网站还是可以通过http访问,我们可以通过cloudflare里自带的页面规则将http重定向到https

cf页面规则


运行效果
https
:smirk: :smirk: :smirk:

Responses