Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2001 01:59:28 -0500 (EST)
From:      Richard Lucas <rlucas@solidcomputing.com>
To:        BSD Freak <bsd-freak@mbox.com.au>
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: .htaccess with name based virtual hosts
Message-ID:  <20010718015723.K18272-100000@mx2.threeh.com>
In-Reply-To: <2819f4283b54.283b542819f4@mbox.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wed, 18 Jul 2001, BSD Freak wrote:

> Hi everyone...
>
> I have encountered a problem on my FreeBSD 4.3 box (running Apache 1.3 +
> mod_ssl). .htaccess is ignored when using name based virtual hosts....
> anyone encountered / fixed this issue?
>

You might need to put something like the following in your VirtualHost
container:

<Directory /path/to/html>
    AllowOverride AuthConfig Limit
</Directory>


-Richard


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010718015723.K18272-100000>