On Tue, 19 Feb 2002, gord wrote:
>[...]
>the UserDir directive was set to public_html by default. I've granted full
>access to public_html and it's contents. Despite this http://127.0.0.1/~gord
>returns...
>
>Forbidden You don't have permission to access /~gord on this server.
>Apache-AdvancedExtranetServer/1.3.19 Server at gordbox Port 80
What about the directories leading up to public_html, i.e. your home
home directory and /home? If either of these are set to lock out
outsiders, Apache will choke on them. Make sure your home directory has at
least world-execute permissions ("chmod go+x ~").
- Neil Parker, [EMAIL PROTECTED]