Hello,
I need help in implementing .htaccess on my web script in which I want the following:
- different usernames and passwords in different places on the site
for example:
the path
1- localhost/web/folder1/
2- localhost/web/folder2/
3- localhost/web/folder1/subfolder1
1- I need username called A (for example to access it)
2- username called B
3- username for access subfolder 1
also,can I have some user that will access all folders?
Thanks in advance