1. Create ".htaccess" file in the directory to be protected.
AuthUserFile /etc/apache/htusers
AuthName "This Directory Requires Authentication by A Valid User"
AuthType Basic
require valid-user
order deny,allow
allow from all
CHMOD: 755
Note: This file can contain adjustments for options to an A
On Sun, 29 Dec 2002 22:45:47 -0800 (PST)
Bill Moseley <[EMAIL PROTECTED]> wrote:
> On Mon, 30 Dec 2002, Jacob S. wrote:
>
> > Howdy List,
> >
> > I keep thinking this is a simple problem and ought to have a simple
> > fix, but all I'm succeeding at doing is pulling out my hair.
> >
> > I'm try
On Mon, 30 Dec 2002, Jacob S. wrote:
> Howdy List,
>
> I keep thinking this is a simple problem and ought to have a simple fix,
> but all I'm succeeding at doing is pulling out my hair.
>
> I'm trying to require logins to a certain directory on my webserver
> using .htaccess files. I've got the
Howdy List,
I keep thinking this is a simple problem and ought to have a simple fix,
but all I'm succeeding at doing is pulling out my hair.
I'm trying to require logins to a certain directory on my webserver
using .htaccess files. I've got the following in the .htaccess file in
the directory ne
4 matches
Mail list logo