Reputation: 85
I´am with a problem for search a file on a linux server, i try to read a directory but i can´t set permission for the script on php read that directory.
The problem is not the permission by himself, because i set chmod -R 777 [file]
and this don´t work, for make the problem worse that directory is a link to another directory so i don´t know if the problem is the origin or the destination.
Upvotes: 1
Views: 113
Reputation: 17555
PHP and Apache must be in a group that has access to that directory.
Upvotes: 1