Hi,
I'm actually using a .htaccess to allow access for a all folder with this code (sort of)
AuthType Basic
AuthName "protected area"
AuthUserFile /require valid-user
now I'd like to add a new user that would have access to some files only (not per file type but filename) but I don't know how to do if it's possible, could someone help
?
Thanks
I'm actually using a .htaccess to allow access for a all folder with this code (sort of)
AuthType Basic
AuthName "protected area"
AuthUserFile /require valid-user
now I'd like to add a new user that would have access to some files only (not per file type but filename) but I don't know how to do if it's possible, could someone help
Thanks