Hi All,
I need to protect a few pages of my site with login area:
hosting company is using windows 2003/php4 and mysql support: the hosting company has already set up a subweb with 1 UN/PW:
mysite.com/
----------protected/(subweb,anonyous browsing is off-Master UN/PW)
-------------User_1/
------------------user1.file
------------------user1.file
-------------User_2/
------------------user2.file
------------------user2.file
-------------User_3/
------------------user3.file
------------------user3.file
I need an easy way to create and secure subfolders under /protected/ for multiple users to only view their own subfolder, and view or download files in their folder.
so i need a way to edit and create users,give them access to their own folder, but not any others, and mask the Master UN/PW of /protected/ from users, but still connect to protected for all users with the master UN/PW.
i have tried login redirector 1.3, but does not work.
i do not know much programming.
my host server supports mysql and php 4
any help would be great!