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 issue using below steps :
DocumentRoot "dir_name"
ServerName
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
AllowOverride None
# Allow open access:
Require all granted
2) change folder permission sudo chmod -R 777 "dir_name"