RE: Internal server Error
Ok, honestly I don't know why it is throwing a 500 error to be honest. It should not be. The only thing I can think is, maybe you are uploading the files in the wrong FTP mode? There are two modes, binary and text modes and some servers require that you upload files like PHP in one mode vs the other, otherwise it may corrupt the files when they are uploaded. Maybe that is happening here? Try re-uploading the PHP files but first try text mode, then if that doesn't work then binary mode. You should be able to change the upload mode in your FTP program.
|