[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] .htaccess based on Raq4 users
- Subject: Re: [cobalt-users] .htaccess based on Raq4 users
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Fri Mar 16 02:08:41 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>What I would like to
> do, is make access to a "employee only" section based on the
> username/password already set-up on the Raq.
You can do this, it's been discussed in the archives and just recently on
the list. (Yesterday, I think?)
Using this as your .htaccess contents, it *should* work (your mileage may
vary):
require group site1 root admin
AuthName CobaltRaQ
AuthType Basic
I suppose you'd have to change the site number, but haven't tried it myself.
If it doesn't work, try telnetting in and taking a look at the .htaccess
file that is used for the /personal directory, as this particular one that
was listed on a post was for a /siteadmin directory.
Should at least get you going in the right direction.
CarrieB