Permission denied error.log
be sure to perform in a public_html folder:
of course, replace user and group to vesta username.
And there must be index.php or index.html.
This usually enough.
CODE: SELECT ALL
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chown -R user:group *
And there must be index.php or index.html.
This usually enough.
Comments
Post a Comment