Solution to Internal Server Error in destoon Installation

  • 2021-07-01 06:57:34
  • OfStack

Many friends have an error message of "Internal Server Error" when installing destoon, which makes it impossible to install it. The solution is as follows:

Method 1. Delete the. htaccess file under the root directory. If it is invalid, please try method 2;

Method 2. For Liunx/Unix servers, if the 0777 attribute is not supported, modify the root directory config. inc. php:


$CFG['file_mod'] = 0777;

Replace with the following:


$CFG['file_mod'] = 0755 ;

FTP then modifies directories and files that have been automatically modified by the system to the 0777 attribute to the 0755 attribute.


Related articles: