解决方法:
修改文件:/arc.rssview.class.PHP 找到
$this->TypeFields['typelink']=$GLOBALS['cfg_basehost'].$this->TypeLink->GetOneTypeUrl($this->TypeFields); |
改为
$this->TypeFields['typelink']=($GLOBALS['cfg_multi_site']=="Y")?$this->TypeLink->GetOneTypeUrl($this->TypeFields):$GLOBALS['cfg_basehost'].$this->TypeLink->GetOneTypeUrl($this->TypeFields); |
这个是目录的 同样文章的也加一个是否开启了绝对地址的判断 找到
$row["fullurl"]=$GLOBALS["cfg_basehost"].$row["arcurl"]; |
改为
$row["fullurl"]=($GLOBALS['cfg_multi_site']=="Y")?$row["arcurl"]:$GLOBALS["cfg_basehost"].$row["arcurl"]; |
来源:壹世博客(微信/QQ号:2336957694),转载请保留出处和链接!
本文链接:https://www.ym-ym.com/385.html
Copyright Your WebSite.Some Rights Reserved.备案号:冀ICP备19016991号-2