[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: wierd



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]