[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] .htaccess on RAQ4 for all my users



# 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....