destoon安装出现Internal Server Error的解决方法_php实例

WBOY
Release: 2016-06-07 17:18:24
Original
881 people have browsed it

很多朋友在安装destoon的时候出现“Internal Server Error”的错误提示信息,导致无法安装,其解决方法如下:

方法一、删除根目录下.htaccess文件,如果无效,请尝试方法二;

方法二、对于Liunx/Unix服务器,如果不支持0777属性,可修改根目录config.inc.php

$CFG['file_mod'] = 0777;

Copy after login

改为:

$CFG['file_mod'] = 0755 ;

Copy after login

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template