LAMP Ubuntu installation
- by codedude
I installed LAMP on Ubuntu 10.04. Now whenever I try to access http://localhost/ I get this message:
Forbidden
You don't have permission to access / on this server.
Apache/2.2.14 (Ubuntu) Server at localhost Port 80
I tried changing the permissions of the var/www/ folder by clicking ALT-f2, typing in "gksu nautilus" and right clicking the folder and changing the permissions but I still get a 403 forbidden error.
Any idea what's going on?