phpcms站点域名配置https无法提交如何处理
2021-05-01 08:26
标签:后台 第一步 提示 sage 格式 tps class amp 左右 phpcms站点域名配置https无法提交,在后台修改站点域名为https提交后提示“站点域名格式应该为http://www.phpcms.cn/,请以‘/’结束”,这个要如何修改呢?通过关键词定位我们找到文件的修改路径/phpcms/modules/admin/site.php,第一步:大概89行找到 将它改成 第二步:再找到255行左右 改成 保存上传,重新更改网站域名加https就不会弹出错误提示了。 phpcms站点域名配置https无法提交如何处理 标签:后台 第一步 提示 sage 格式 tps class amp 左右 原文地址:https://www.cnblogs.com/yuan9580/p/12147943.htmlif (!empty($domain) && !preg_match(‘/http:\/\/(.+)\/$/i‘, $domain)) {
showmessage(L(‘site_domain‘).L(‘site_domain_ex2‘));
}
if (!empty($domain) && !preg_match(‘/https:\/\/(.+)\/$/i‘, $domain)) {
showmessage(L(‘site_domain‘).L(‘site_domain_ex2‘));
}
if (!empty($domain) && !preg_match(‘/http:\/\/(.+)\/$/i‘, $domain)) {
showmessage(L(‘site_domain‘).L(‘site_domain_ex2‘));
}
if (!empty($domain) && !preg_match(‘/https:\/\/(.+)\/$/i‘, $domain)) {
showmessage(L(‘site_domain‘).L(‘site_domain_ex2‘));
}
上一篇:json模块使用
下一篇:代码解读 Aittala_ECCV18_Burst Image Deblurring Using Permutation Invariant Convolutional Neural Networks
文章标题:phpcms站点域名配置https无法提交如何处理
文章链接:http://soscw.com/index.php/essay/80778.html