[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Restrict directory to administrators only
- Subject: [cobalt-users] Restrict directory to administrators only
- From: "John D. Gorena" <Support@xxxxxxxxxxxxxxxxxxx>
- Date: Wed Jan 2 11:56:41 2002
- Organization: http://www.JMG-Enterprises.com
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I know that the following .htaccess file will restrict directory access to any
valid user on the server. But is there a way to restrict it to the site
administrators only?
For Valid users:
# Access file
order allow,deny
allow from all
require valid-user
Authname "Your Directory Title"
AuthPAM_Enabled on
Authtype Basic
AuthUserFile /etc/shadow
What would the lines be for Site Administrators only?
John