|
|
Question : Apache UserDir
|
|
i have the comment UserDir public_html in my /etc/httpd/conf/srm.conf but when ever i try to access the user's public_html dir from the web (ie: http://servername/~username) it keep giving me the error "You are not authorized to view this page" i have redhat 6.0 and the version of apache that came with it... 1.3.6 i think... i know it work on this version...
i also have
> AllowOverride None order allow,deny allow from all
in the access.conf and still nothing works...
please help
|
Answer : Apache UserDir
|
|
You have to do a "chmod 711 ~" in your main user directory. A lot of people don't realize that. Anyway that should solve your problem.
lagwag0n
|
|
|
|
|