PHP file_exists仅与root:root一起使用

时间:2014-04-04 10:41:11

标签: php linux centos plesk file-exists

if(file_exists($ _SERVER ['DOCUMENT_ROOT']。“/ index.html”))echo'file exists“;

当文件的所有者和组设置为root:root时,这仅返回“文件存在”。如果我将其更改为hostingacc:psacln或hostingacc:psaserv它将不再有效。

有没有办法解决这个问题?

1 个答案:

答案 0 :(得分:0)

更改根目录的所有者。

chown -r hostingacc:psacln .