Apache 'You don't have permission to access / on this server'
Posted
by
Dying
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Dying
Published on 2012-11-25T08:21:34Z
Indexed on
2012/11/25
11:22 UTC
Read the original article
Hit count: 385
I just install apache2 on ubuntu,the default www directory is /var/www/ ,I use ln to link it to '/media/Software/Program Files/wamp/www/' at the windows directory,but the apache shows 'You don't have permission to access / on this server',Then I use 'sudo chmod -R 777 /media/Software/Program\ Files/wamp/www/' to set the permission,but it didn't work,and nothing changed when I saw the permission in the preporties of the '.../wamp/www' folder.So I want to know How can I change the www directory to '.../wamp/www' as I also need to access this diretory in windows.
© Ask Ubuntu or respective owner