Re: Permission denied error.log VestaCP

be sure to perform in a public_html folder:

find . -type f -exec chmod 644 {} ;
find . -type d -exec chmod 755 {} ;
chown -R user:group *

of course, replace user and group to vesta username.
And there must be index.php or index.html.
This usually enough.