Author Topic: Internal Server Error YII2  (Read 6695 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Internal Server Error YII2
« on: February 19, 2019, 02:58:06 PM »
site written on the yii2 framework has stopped working.
Internal Server Error 500.
Help Me!

Offline
***
Re: Internal Server Error YII2
« Reply #1 on: February 23, 2019, 03:37:35 AM »
This is a yii2 framework question, and this is related to the yii2 framework community, not CWP.

But start checking your apache logs in:
/usr/local/apache/logs/error_log
and logfiles in /usr/local/apache/domlogs/ directory.

Regards,
Netino

Offline
*
Re: Internal Server Error YII2
« Reply #2 on: March 27, 2019, 08:56:10 PM »
.htaccess: Option FollowSymlinks not allowed here

Offline
*

Offline
*
Re: Internal Server Error YII2
« Reply #4 on: March 28, 2019, 06:38:48 AM »
Quote
If you don’t have many users/domains on your server and you need to disable this restriction, you can do that by editing apache vhost for that domain.

how to do it?

Quote
<Directory "%docroot%">
      Options -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
      AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
   </Directory>