织梦网站文章内容页动态地址plusview.php路径修改
在/p
更多精彩就在: 51免费论文网|www.jxszl.com
lus/view.php找到IVVII行和路径有关的
$arclink=$cfg_phpurl.’/view.php?aid=’.$arc->ArcID;
查看view.php调用了哪个文件,然后再搜索$cfg_phpurl,最终在
require_once(dirname(_FILE_)."/../include/common.inc.php");
/include/common.inc.php这个文件的I.IVI.行发现了路径定义的地方:
$cfg_plus_dir=$cfg_cmspath.’/plus’;
把plus这个路径改为你想要的,比如liujiuge.
问题得到解决.
原文链接:http://www.jxszl.com/biancheng/dedecms/76486.html