I need to add a client login to a web site - when the client logs in he needs to be redirected to a specific folder that contains documents specific to him.
Our host is running apache and I plan on using password protected folders - currently clients are given a link that directs them directly to the folder where they enter their userid & password. I want to change that to a form that asks for user id, password and directs the user to the proper folder based on the userid (folder name = userid) and passes the password to the apache login.
I would like to be able to do this on the client side if possible as I am clueless about server side stuff - perl, cgi, etc.
Any help would be greatly appreciated.
Thanks in advance,
Cyber-guys
http://www.windfieldalloy.com/login.htm (links to a specific client login)