今天教大家如何解决(织梦CMS启用绝对网址后,下载页面的软件下载地址出错)
织梦开启绝对路径后软件模型,下载地址填https://开头的,调用出来会显示 域名+https://网址,如下图网址
解决方法:
1、打开 /plus/download.php 找到 大概在 147行
改成:
继续找到,大概159行
改成:
2、打开 /include/taglib/channel/softlinks.lib.php 找到 大概在 87行
改成
继续找到,大概在 109行
改成
好了,大功告成,现在刷新下网站看看下载地址有没有改变。
织梦开启绝对路径后软件模型,下载地址填https://开头的,调用出来会显示 域名+https://网址,如下图网址
解决方法:
1、打开 /plus/download.php 找到 大概在 147行
if(!preg_match("#^http://|^thunder://|^ftp://|^flashget://#i", $link))
改成:
if(!preg_match("#^http://|^https://|^thunder://|^ftp://|^flashget://#i", $link))
继续找到,大概159行
#http
改成:
#(http|https)
2、打开 /include/taglib/channel/softlinks.lib.php 找到 大概在 87行
if(!preg_match("#^http://|^thunder://|^ftp://|^flashget://#i", $link))
改成
if(!preg_match("#^http://|^https://|^thunder://|^ftp://|^flashget://#i", $link))
继续找到,大概在 109行
#http
改成
#(http|https)
好了,大功告成,现在刷新下网站看看下载地址有没有改变。
本文链接:https://jinmengqiang.cn/a/202108/48.html
免责声明:本站所有资源均来互联网收集,相关版权归其所有,本站仅供学习与参考,勿用于商业用途,请下载24小时内删除,如果觉得可以请支持正版软件,如有损害到您的权益,请及时联系我们处理。