Tagged Questions
2
votes
1answer
2k views
Getting 403 Forbidden after changing webroot
I am running Ubuntu with Apache (LAMP stack). When I changed the webroot from /var/www to /media/data/www, I keep getting 403 Forbidden even after chmod-ing the directory + files to 777. What did I do ...