Article 8285 of comp.infosystems.www.servers.unix:
Path: mri.com!newsfeed1.aimnet.com!news1.best.com!www.nntp.primenet.com!nntp.primenet.com!news.mathworks.com!news.kei.com!news.texas.net!newsfeed.concentric.net!news-master!news
From: Neil Mansilla <neil@aol2.com>
Newsgroups: comp.infosystems.www.servers.unix
Subject: Re: Apache 1.1.1 .htaccess problem
Date: Thu, 17 Oct 1996 19:08:31 -0400
Organization: Almighty Online
Lines: 33
Message-ID: <3266BC6E.77B0@aol2.com>
References: <543efo$qfu@nntp1.best.com> <32669B54.3820@cate.santarosa.edu>
NNTP-Posting-Host: cnc805202.concentric.net
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0b7 (Win95; I)
To: Jay Field <jay@cate.santarosa.edu>

Jay wrote:
> I am just upgraded from NCSA 1.4 to Apache 1.1.1 and now all of my
> password protected directories no longer prompt for a username and
> password.  I thought the .htaccess control mechanism was the same.
> 
> I am running this under Linux 1.2.13
> 
> any ideas for what I need to change?

Hey Jay,

In your access.conf, make sure that it looks like this..
(of course, custom to your web root doc directory)

--

<Directory /usr/local/etc/httpd/htdocs>
AllowOverride All
order allow,deny
allow from all
</Directory>

--

With the default access.conf, I believe that it says
AllowOverride None, and that doesn't allow .htaccess
to do it's magic.

Someone please correct me if I'm wrong.

Sincerely,
Neil Mansilla
Almighty Online


