403 forbidden You don't have permission to access / on this server. after deploying Laravel project
问题 There is something weird with my apache server on an EC2 instance on AWS. Well I have developed the website on my local computer using Laravel Framework, then I deployed the website using my Favorite IDE ( PHP storm ) through SSH. everything was fine at the beginning, but then I started getting " You don't have permission to access / on this server.403 Forbidden " everytime I update the project. I noticed when I do this command " sudo chmod 777 /var/www/html/public ", the website works again,