Hi,
I have this main folder (with some sub folders and files) in my ubuntu.
/var/www/asg
When I run this http://localhost/asg/index.php
in browser, I get this error.
Forbidden
You don't have permission to access /asg/index.php on this server.
Apache/2.2.12 (Ubuntu) Server at localhost Port 80
This is what i do but still doesn't work
ubuntu@ubuntu:~$ sudo chown -hR ubuntu /var/www/asg
How can i solve the problem?
Thanks