[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] .htaccess on RAQ4 for all my users
- Subject: Re: [cobalt-users] .htaccess on RAQ4 for all my users
- From: "Anthony Falls" <afalls@xxxxxxxx>
- Date: Sun Sep 16 07:36:19 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
# HTAccess file for Server users
order allow,deny
allow from all
require valid-user
Authname CobaltRaQ
Authtype Basic
> > > I need a way to give access to a hidden directory for all my
customers
> > > (with their own loginname/password) without creating/editing an
> > > extra ".htpasswd" - file. Is there an existing ".htpasswd" - file
on my
> > > RAQ4 with all my existing RAQ-users or is it possible to create a
> > > virtual ".htpasswd" - file which will be updated after any
changes are
> > > done in the RAQ-settings.
> > >
> > > I'm familiar with the .htaccess/.htpasswd-rules as long as I self-
> > > create the .htpasswd-file.
> > >
> > > ...or are there other ways to create such a login....