Forbidden
You don’t have permission to access / on this server.
Server unable to read htaccess file, denying access to be safeAdditionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
This is how we se the proper file permissions on magento2.
cd /var/www/html/magento2 && sudo find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} \; && sudo find var vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} \; && sudo chown -R :apache . && sudo chmod u+x bin/magento
If the issue persists, try to 755 the
That’s kinda it!
/var/www/html/magento2
.That’s kinda it!