PDA

View Full Version : 500 Internal Server Error 解决方法


topvip
2014-01-02, 03:48 PM
方法一、删除根目录下.htaccess文件,如果无效,请尝试方法二;

方法二、对于Liunx/Unix服务器,如果不支持0777属性,可修改

根目录config.inc.php

$CFG['file_mod'] = 0777;



$CFG['file_mod'] = 0755 ;

然后,FTP修改已经被系统自动修改为0777属性的目录和文件为0755属性。