Internal Error 500

This is a common error, normally caused by one of the below listed problems. Each of which can be fixed quickly by taking the below suggested steps. Please view below.

Solutions

   1. Check your .htaccess file. This is a file that resides in your /public_html/ folder, and can often cause this error, because the syntax within this file is incorrect. Simply renaming it, can often fix the problem (and then you will need to see what the issue is within the contents of this file).

   2. Check that your files don't have permissions of 777. Since we run PHP as CGI, this means that your permissions can not exceed 755. If they are more, then this can also trigger the Error 500 (Internal Server Error). Simply changing the permissions on the files / folders that have been set as 777 down to 755 will fix this issue.

   3. Check that your /public_html/ folder doesn't have permissions greater than 750. This can happen, when you accidentally change the permissions on this folder without realizing it. If its anything other than that, simply change it back, and this should resolve this issue.

If you have tried all the above, and none of them apply or have solved your issue, please consider submitting a support ticket, so our engineers may take a look for you.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How do I modify the inbox size within cPanel?

When you successfully create mail account in cPanel, the default quota will be assigned to the...

How do I block an IP address using cPanel?

If you want to prevent an IP address or a whole range of IP addresses from accessing your site,...

After suspension, my databases are not working

If you are getting the following message; "Error establishing a database connection", this is a...

Does my hosting account have a file count (inode) limit?

All hosting accounts / providers have some sort of file count limit. The file count limit to...

How do I obtain Raw Access Logs?

Raw Access Logs are logs that are going to give you the most information about your sites...