| 2 | |
| 3 | ---- |
| 4 | |
| 5 | == My Dolphin site shows 500 internal server error == |
| 6 | |
| 7 | Your PHP is most probably running in CGI mode. |
| 8 | The following instructions only apply to PHP running as CGI |
| 9 | In this mode, some .htaccess instructions may be causing this problem. |
| 10 | |
| 11 | 1) Try to remove the '''Options -MultiViews''' from the file '''.htaccess'''. Also remove any '''php_value''' and '''php_admin_value''' instructions from it. |
| 12 | |
| 13 | 2) Another problem causing this may be incorrect permissions on some files or folders. All folders should have 755 permissions, and all files should have 644 permissions (except for '''flash/modules/global/app/ffmpeg.exe''' which should have 755 permissions). |
| 14 | |
| 15 | 3) All Dolphin files and folders should have your FTP user as their owner. If it is not so, this can be another reason of the problem. |
| 16 | |
| 17 | |