織夢(mèng)后臺(tái)相關(guān)設(shè)置:
織夢(mèng)開啟絕對(duì)路徑后軟件模型,下載地址填https://開頭的,調(diào)用出來會(huì)顯示 域名+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)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請(qǐng)注明: 織夢(mèng)開啟絕對(duì)路徑后軟件模型下載地址填https://開頭的資源下載出