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

Re: [cobalt-users] .htaccess based on Raq4 users



>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