destoon 500 Internal Server Error 解决方法
方法一、删除根目录下.htaccess文件,如果无效,请尝试方法二;
方法二、对于Linux/Unix服务器,如果不支持0777属性,可修改
根目录config.inc.php
$CFG['file_mod'] = 0777;
为
$CFG['file_mod'] = 0755 ;
然后,FTP修改已经被系统自动修改为0777属性的目录和文件为0755属性。
栏 目:其它CMS
本文标题:destoon 500 Internal Server Error 解决方法
本文地址:https://fushidao.cc/CMSjiaocheng/1182.html
您可能感兴趣的文章
- 11-19destoon系统升级
- 11-19destoon系统更新
- 11-19destoon 500 Internal Server Error 解决方法
- 11-19destoon几种常见的FTP软件的二进制设置方法
- 11-19Destoon网站转移空间教程
- 11-19destoon系统安装
阅读排行
推荐教程
- 11-19destoon 500 Internal Server Error 解决方法
- 11-19destoon系统安装
- 11-19destoon系统更新
- 11-19destoon系统升级
- 11-19Destoon网站转移空间教程
- 11-19destoon几种常见的FTP软件的二进制设置方法