首页 >

织梦DedeCMSmcs织梦DedeCMS绑定二级域名导致图片路径不对的搞定方式

打开 include/extend.func.php 文件
在此文件中增加如下函数:
function replaceurl($newurl)
{
$newurl=str_replace(‘src=”https://liuzhongwei2023.oss-cn-shanghai.aliyuncs.com/uploads/allimg/’,’http://你的域名/uploads/allimg/’,$newurl);
return $newurl;
}
调用文章正文内容的标签 {dede:field.body/} 需要改为 {dede:field.body function=’replaceurl(@me)’/}

  • 织梦DedeCMS5.7伪静态怎么设置?织梦DedeCMS5.7伪静态设置方法七步走
  • 织梦DedeCMS5.7伪静态怎么设置?织梦DedeCMS5.7伪静态设置方法七步走 | 织梦DedeCMS5.7伪静态怎么设置?织梦DedeCMS5.7伪静态设置方法七步走 ...

  • 修改织梦DedeCMS默认文章标题长度的方法
  • 修改织梦DedeCMS默认文章标题长度的方法 | 修改织梦DedeCMS默认文章标题长度的方法 ...

  • 织梦DedeCMS v5.5 同步审核时间修改方法
  • 织梦DedeCMS v5.5 同步审核时间修改方法 | 织梦DedeCMS v5.5 同步审核时间修改方法 ...