Topic: Error: You dont have permission to access / on this server
I finally got capistrano to successfully deploy my rails app after a few days of messing with it. Unfortunately, after successfully deploying an app, I tried to fix something on the server and changed the permission of the directories on my web server. I think I ran this:
chmod -R 0666 /var/www/
All of my websites are under /var/www/, for example, this would be how it looks directory wise: /var/www/mywebsite.com/current
after running that command to change permissions, I now get a webpage that says the following:
Forbidden
You don't have permission to access / on this server.
What can I run to fix this?? I am a total linux noob so please be very clear with the commands to run!!
Thanks again,
br