sana Posted April 3, 2018 Posted April 3, 2018 when in go to my site it says 500 internal server error Quote
wolstech Posted April 3, 2018 Posted April 3, 2018 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. Quote
Bailey Posted April 3, 2018 Posted April 3, 2018 Yeah, I asked about the .htaccess on the Discord server but completely forgot about the permissions and put its down to short tags. I'm guessing it's gonna be the permissions. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.