Yes I did see that item in my httpd.conf file. I didn't realize it was
"malformed"
Thanks for this info.
>Here;s a snippet from the apache faq, it might help.
>http://httpd.apache.org/docs/misc/FAQ.html#forbidden
>--
>Why do I get a "Forbidd
Outstanding, thanks for the info. I will try this out when I get home
tonight.
-Original Message-
From: Michael Viron [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 02, 2001 23:18
To: [EMAIL PROTECTED]
Subject: Re: [newbie] apache "public_html" help needed
In order for ap
On Sunday 02 December 2001 09:54 pm, you wrote:
> I know I had set this up right on a different CPU, but I can't figure
> out what I'm doing wrong. For some reason I can't get my ~dherndon43/
>
> directory to work. I'm getting a:
> > Forbidden
> > You don't have permission to access /~dherndon43
In order for apache to be able to access the directory, you must have a
minimum of permissions 0711 on all directories above the 'public_html'
directory. 'public_html' must be at least 0755 permission, and all files
underneath need to be at least 644.
(0711 == user read / write / execute, group