Internal Server Error

Status
Not open for further replies.

privdan

Member
Messages
30
Reaction score
0
Points
6
Hi

I've got the error when try to use any php script:

http://nomorebackpain.pcriot.com/unbprogramm.php

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 
Last edited:

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
your public_html folder was set to 777. I changed it to 755
777 will usually cause issues and throw Internal Server Errors on certian folders and php
 

privdan

Member
Messages
30
Reaction score
0
Points
6
Thanks!
It works!
But I can't understand who could change folder permission settings.....

---------- Post added at 11:47 AM ---------- Previous post was at 11:24 AM ----------

Same problem exists when I try to execute php file in subfolder.
http://nomorebackpain.pcriot.com/sapid/index.php

sapid folder has 755 permissions

What I have to do now?
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
yeah, but all files and folders INSIDE the sapid folder are 777, which would cause that problem

Typically files should be at 644 and folders at 755, there's some rare exceptions, which usually is pointed out by the script author (cache folder would need 777, which works since that one is not directly accessed in the browser).
 
Status
Not open for further replies.
Top