在安装新版本织梦的时候回报错误
DedeCMS Error: (PHP 5.3 and above) Please set 'request_order' ini value to include C,G and P (recomm
时,将php.ini 文件中的 request_order = "GP" 修改为 request_order = "CGP"
织梦做好的网站 怎么安装到其他服务上:
1、首先在 织梦后台 将数据库进行备份 (备份时,请注意mysql版本信息)
2、将织梦根目录\data\common.inc.php 删除
3、删除
根目录\install\index.html
根目录\install\install_lock.txt
将index.php.bak修改为 index.php
然后 把站点打包 上传到 服务器站点 进行安装即可