I get a "500 internal server error" when trying to access any of my .php files.
D dazijaqezysyqeby58 New Member Messages 1 Reaction score 0 Points 0 May 6, 2011 #1 I get a "500 internal server error" when trying to access any of my .php files.
masshuu Head of the Geese Community Support Enemy of the State Messages 2,293 Reaction score 50 Points 48 May 6, 2011 #2 Changing file permissions will cause this. the public_html folder needs to be 755 or 750, every folder in it needs to be 755(anything else will cause errors) and every php file needs to be 644 I have fixed it for you this time. Last edited: May 6, 2011
Changing file permissions will cause this. the public_html folder needs to be 755 or 750, every folder in it needs to be 755(anything else will cause errors) and every php file needs to be 644 I have fixed it for you this time.