1.更改织梦管理员帐号:
select * from dede_admin 查找系统默认管理员的id是否为1
update dede_admin set userid='loginname' where id=1 //命令中的loginname 为你要使用的后台登录名
2.修改dedecms目录名
3.data/common.inc.php文件属性设置为644(Linux/Unix)或只读(NT)