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