首先你的主机需要支持绑定子目录或者是独立服务器,才可以进行绑定子域名。大部分虚拟主机是不支持子目录绑定的,如果是这类虚拟主机,那就没办法了,这是硬伤。
进入后台,系统–系统基本参数–添加变量(如下图所示)
手机模板修改CSS、JS等调用路径,给添加绝对地址,如下图所示。
<meta http-equiv="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/index.php">
改成:
<meta http-equiv="mobile-agent" content="format=xhtml;url={dede:global.cfg_wap/}/index.php">
找到 \include\dialog\select_images_post.php 第108行
$fileurl = $activepath.'/'.$filename;
换成:
$fileurl = $cfg_cmsurl.$activepath.'/'.$filename;
修改目录include下的文件extend.func.php,在最后面添加一个函数方法
function replaceurl($newurl) { $newurl=str_replace('src="/uploads/allimg/','src="http://你的域名/uploads/allimg/',$newurl); return $newurl; }
{dede:field.body function='replaceurl(@me)'/}
评论前必须登录!
立即登录 注册