tags:

views:

30

answers:

1

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.

+1  A: 

PHP and Apache must be in a group that has access to that directory.

stillstanding