bij mijn supportpagina vind ik dit terug:
My script is giving me this error 'Internal Server error'. Why is that?
PHP and Perl scripts requires permissions so the server can execute them correctly. If you are getting this error than it means that you have not set the correct premissions.
The required permissions are as follows:
PHP scripts - chmod 755 filename.php
Perl scripts - chmod 755 filemane.cgi
Changing premissions can be done via FTP and SSH or inside the FileManager.
en dit ook:
I'm getting '500 Internal Server Error'. Where's the problem?
You are getting this error because all PHP and Perl files must have permission set to 755. You can change the permissions of the files trought the File Manager inside the Control panel or trought FTP. Once you set them to 755 they will be working fine.
To change them trought FTP select the file and do this commands: 'chmod 755'. Or you can use the File Manager for the purpose.
Please note that setting the folders to 755 will not set the files to 755. They will remain 644, until you select all PHP and Perl files and set them to 755.
(
http://www.propersupport.com)