Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"public/index.php" is writeable by group, in laravel [closed]

Tags:

php

laravel

I am getting this php error with an error code 500 on my browser

[error] [client XX.XX.XX.XX] SoftException in Application.cpp:254: File "/root_path/public/index.php" is writeable by group

What does this error mean and how can I fix this problem.

Thanks in advance.

like image 556
Believe It or Not Avatar asked Jun 08 '16 11:06

Believe It or Not


1 Answers

Change the file permissions from '0664' to '0644'

like image 144
GONG Avatar answered Nov 07 '22 02:11

GONG