I was looking for an answer to my problem, but I could\'nt find any answer which solves my case.
The problem is that I can\'t access the app folders in my var/www/ f
Solved the problem with:
sudo chown -R $USER:$USER /var/www/folder-name sudo chmod -R 755 /var/www
Grant permissions