HTTP Error 500 - Internal server error

When you receive an error "Internal server error 500" on your site, the best way to find the reason for it is to check the error log. Our customers can do this from cPanel > Error log.

Check the manual for your webserver if you don't have a control panel.

You will see a list of the last error messages generated by your website.  In this list you will find detailed information about each error including: the date and time of the error, some information about the client receiving the error, description of the error and information about which folder or file is generating the error.

Here are some examples of the most common ones and how to fix them:

  • Error: directory is writable by others: (/home/user/public_html/)

This could be easily fixed by just changing the permissions of the file/directory in question. You can change the permissions by using the File Manager within cPanel, or an FTP client (for example Filezilla). The correct permissions are 755.

 

  • Error: file has no execute permission:  (/home/user/public_html/)

In order to fix the issue, you should use your FTP client or the Filemanager within the cPanel and change the permissions of the file in question to 755.

 

  • Error: Permission denied: /home/user/public_html unable to check htaccess file, ensure it is readable

The error is caused by incorrect permissions of the .htaccess file. However, such error message could be invoked if the permissions for the folder are not the correct ones either. Please ensure that both folder and .htaccess file within are set with 755 permissions.

 

  • Error: Premature end of script headers: /home/user/public_html

Such error message could be invoked by several reasons:

-- The script requires more than the usual time to be processed and is being killed by our system. In order to ensure the stable performance of all other hosted accounts we have set the TimeOut for our webserver to 10 secs.

-- There is an error within the programming code of the script in question. In this case it should be revised by a professional web developer who will be able to assist you further.

 

However, if this error continues to show frequently on your pages, it might also indicate a problem with your account. Please log in your Client Area and open a new ticket to the Support Department.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Error: Sessions directory is not writable

By default, such an error is received when you use a custom php.ini file and the directive...

HTTP Error 403 - Forbidden

Generally. the HTTP error 403 - Forbidden means that access to the file/folder you are trying to...

HTTP Error 404 - Not found

Below we will focus on the two most common reasons for a website to display a "404 Not Found"...

HTTP error codes explained

There are multiple HTTP codes that you may come across. Below you can find a summary of the most...

I add directives to my .htaccess file and I receive "Internal Server Error"

You have added a directive to your local .htaccess file and receive an "Internal server error"....