[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] password protecting a directory
- Subject: Re: [cobalt-users] password protecting a directory
- From: Chris Fragogiannis <franki@xxxxxxxx>
- Date: Sat Sep 15 01:17:08 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
What about Frontpage Extensions? I know there are several problem and conflicts
when using both .htaccess for password-protected directories and frontpage extensions.
At 11:20 14/9/2001, you wrote:
>You need two files to do this, a .htaccess file (i sets the rules) and a .htpasswd file (it contains the usernames / passwords.
>
>The .htaccess file looks like this:
>
># Access File
>order allow,deny
>allow from all
>require valid-user
>Authname Secure_library
>AuthPAM_Enabled off
>Authtype Basic
>AuthUserFile /home/sites/www.my_site_name.com/web/secure/.htpasswd