[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Securing Pages
- Subject: Re: [cobalt-users] Securing Pages
- From: Kris Dahl <krislists@xxxxxxxxxxxxx>
- Date: Thu Mar 23 11:09:33 2000
on 3/23/00 9:59 AM, Tom DeSot at tomd@xxxxxxxxxxx wrote:
> I've got some pages that I need to password protect. The user would be able
> to browse the main page, but when selecting the link for the secure area,
> they would need to authenticate themselves.
>
> What methods have some of you used that you have found to be effective?
You can put the content in another directory off the main and use simple
Apache Authentication with the .htaccess file.
If you look in the FAQ/KB and look for 'secure' or 'secure folder' it should
pop up with instructions.
Additionaly, you can use authentication with PHP, etc. if you want, but that
will probably be over-engineering it.
-k