[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: wierd
- From: Kevin Colby <kevinc grainsystems com>
- To: redhat-install-list redhat com
- Subject: Re: wierd
- Date: Fri, 01 Sep 2000 09:44:49 -0500
John Kelly Robison wrote:
>
> I'm still getting a strange 403 Forbidden message when I try to access
> user web pages on my server. Everything's been chmoded. Any ideas?
Back in June, Yehuda Feinsilber explained this clearly on the list.
- Kevin Colby
kevinc grainsystems com
-------------------------------------------------------------------------
Look at the end of the .conf file, you will probably find something like:
<Files ~>
AllowOverride AuthConfig FileInfo Indexes Limit Options
Order allow,deny
Deny from all
</Files>
Try
<Files ~ "^\.ht">
AllowOverride AuthConfig FileInfo Indexes Limit Options
Order allow,deny
Deny from all
</Files>
Blame linoxconf for this BUG :(
Yehuda Feinsilber
-------------------------------------------------------------------------
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]