sana Posted April 3, 2018 Posted April 3, 2018 when in go to my site it says 500 internal server error
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.
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now