织梦dedecms绑定二级域名导致图片路径不對怎么办
打开include/extend.func.php文件
在此文件中增加如下函数:
functionreplaceurl($newurl)
{
$newurl=str_replace(‘src="/upl
更多精彩就在: 51免费论文网|www.jxszl.com
oads/allimg/’,’http://你的域名/uploads/allimg/’,$newurl);
return$newurl;
}
调用文章正文内容的标签{dede:field.body/}需要改为{dede:field.bodyfunction=’replaceurl(@me)’/}.
原文链接:http://www.jxszl.com/biancheng/dedecms/75547.html
热门阅读