destoon500 Internal Server Error 解决方法
来源: https://destoon.cc/ 时间: 2019-03-01 19:51:27
人气: 1005
评论: 0
方法一、删除根目录下.htaccess文件,如果无效,请尝试方法二;
方法二、对于Liunx/Unix服务器,如果不支持0777属性,可修改
根目录config.inc.php
$CFG['file_mod'] = 0777;
为
$CFG['file_mod'] = 0755 ;
然后,FTP修改已经被系统自动修改为0777属性的目录和文件为0755属性。
destoon500 安装帮助