Jump to content

when in go to my site it says 500 internal server error


sana

Recommended Posts

Did you make sure to set your file permissions correctly? They need to be 644, but often upload as 664 and need to be changed (Apache does not like files writable by the group). Also, try renaming your .htaccess file so it's ignored and see if your site works without it. Invalid .htaccess files will cause a 500 error. If you're running Python/Perl/etc., scripts, be sure the shebang line is correct and that the file is in the cgi-bin folder.

 

@Bailey: 99% of the time it's not the script. Nearly all 500 errors we see are permissions or htaccess related.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...