織夢開啟絕對路徑后軟件模型,下載地址填https://開頭的,調(diào)用出來會顯示 域名+https://網(wǎng)址
//解決方法
//1、打開 /plus/download.php 找到 大概在 147行
if(!preg_match("#^http:\/\/|^thunder:\/\/|^ftp:\/\/|^flashget:\/\/#i", $link))
//改成
if(!preg_match("#^http:\/\/|^https:\/\/|^thunder:\/\/|^ftp:\/\/|^flashget:\/\/#i", $link))
//繼續(xù)找到,大概在 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))
//繼續(xù)找到,大概在 109行
#http
//改成
#(http|https)
版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!
轉(zhuǎn)載請注明: 織夢開啟絕對路徑后軟件模型下載地址填https://開頭的資源下載出錯