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
**403 Forbidden **
You don't have permission to access /Folder-Name/ on this server**
The solution for this problem is:
1.go to etc/apache2/apache2.conf
2.find the below code and change AllowOverride all to AllowOverride none
Options Indexes FollowSymLinks
AllowOverride all Change this to---> AllowOverride none
Require all granted
It will work fine on your Ubuntu server