2019-04-21 08:56:52
织梦网站如何使上传的图片设置为绝对地址,这里分两种设置方式
一、先对已发文章图片进行替换
进入织梦后台>批量维护>数据库内容替换如图所示:
进行替换即可。
二、修改include/dialog/select_images_post.php 第109行
$fileurl = $activepath.'/'.$filename;
修改为
$fileurl = $cfg_basehost.$activepath.'/'.$filename;
最后生成于 2024-05-23 22:50:40
热门推荐:
此内容有帮助 ?
0