suphp internal server error 500. file "../index.php" is writeable by others suPHP 0.7.2

992 views Asked by At

I have just uploaded a new website, but I keep showing the following error:

Internal Server Error

File "/home/mirahcom/public_html/pay/cdash/login.php" is writeable by others

Does anyone know why this issue occurs?

1

There are 1 answers

0
Duane Lortie On BEST ANSWER

Whatever software you used to upload the files likely allows you to set permissions on files and folder. For FTP clients like Filezilla, right click the remote file or directory and select "File permission"

For OWNER, check all boxes, for the other 2 groups, check READ and EXECUTE

Is Linux land, that equates to chmod 755 ./* ... full permissions for you (7) and read (4) + write (1)=(5) for everyone else