On Fri, Feb 02, 2001 at 07:20:18AM +0100, Gerald Richter wrote:
> > .htaccess files don't seem to work in EmbperlObject-ified directories,
> > even for files that EmbperlObject doesn't end up handling. Is this a
> > a known limitation (or a feature!), or have I butchered something?
> 
> EmbperlObject does nothing to .htaccess processing or authorization. It
> can't even do it, because it comes to late in the request cycle. So there
> must be another problem, which is independend of EmbperlObject.

Thanks Gerald - my fault. I was using <Location> tags for my Embperl
directories, not realising they don't get mapped until after the
authen/authz checking, so my AllowOverrides weren't getting picked up.
Changed to <Directory> and it all works fine. Thanks again for the quick
response.

Cheers,
Gavin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to