phpcms支持https.zip

时间:2023-05-20 05:10:46
【文件属性】:

文件名称:phpcms支持https.zip

文件大小:49KB

文件格式:ZIP

更新时间:2023-05-20 05:10:46

phpcms phpcms支持https

phpcms支持https目前是全网最全的方法 让phpcms支持https 1、如果已经安装好phpcms,则需要对caches/configs/system.php中的配置选项做替换,将"http://"全部替换为"https://"。如有必要,数据库中已存在的链接也要完全替换为https开头。 2、程序修改部分: (1)修改phpcms/modules/admin/site.php 大约45行和128行的正则 ('/http:\/\/(.+)\/$/i', $domain)) 修改为 ('/(http|https):\/\/(.+)\/$/i', $domain)) (2)修改phpcms/modules/admin/templates/setting.tpl.php 大约18行中的正则 http:\/\/(.+)[^/]$ 修改为 http[s]?:\/\/(.+)[^/]$


【文件预览】:
phpcms
----libs()
--------functions()
--------classes()
----modules()
--------content()
--------admin()
--------attachment()
--------member()
--------link()

网友评论