http://blog.sina.com.cn/s/blog_acea810e010175tt.html

cmspath 织梦 dedecms

 (2012-07-10 09:28:14)
标签: 

织梦cms

 

杂谈

分类: 开源cms
去掉 {cmspath} 可以使用如下方法:

1、执行SQL: update dede_arctype set typedir=replace(typeidr,'{cmspath}','');

2、修改文件 catalog_add.php 找到 $true_typedir = str_replace("{cmspath}", $cfg_cmspath, $typedir); 改为 $true_typedir = str_replace("", $cfg_cmspath, $typedir);