is there any way to insert permissions in the .htpassword file? or any other file?
example
joe can read but not write when he logs on
mike can read and write when he logs on?
the .htaccess file is in the root folder
AuthUserFile C:\.htpassword
AuthType Basic
AuthName "My Secret Folder"
Require valid-user
httpd.conf
AllowOverride AuthConfig
.htpassword is in C:\.htpassword