<<
Main Category <
Parent CategoryWhy do I get "Error 500 - Internal Server Error"?
Answer
The most common reasons are:
You uploaded the script in binary mode. CGI scripts must be uploaded in ASCII mode, so delete the script and re-upload it in the correct mode.
The script permissions are not set correctly. Usually CGI scripts are set to 755, but check the documentation that came with your particular script