dynamically determine anchor

liunx

Guest
Hello web gurus!<br />
<br />
I have a following problem. I am making changes to an existing website, developed using straight html and java script. My boss would like to incorporate protected directories into the website, separate directory for each individual user (up to a max. of 10 users).<br />
I wanted to use .htaccess and .htpasswd files, but our ISP doesn't allow that, so we're using their standard for password protected directories.<br />
My problem is... how do i direct each individual user to his/her directory dynamically?<br />
<br />
Thanks so much for all the answers.<br />
<br />
<br />
S.<!--content-->welcome to the forums :)<br />
<br />
the best way then would be to use serverside authentification that redirects the user to their specific directory, have a look through these (<!-- m --><a class="postlink" href="http://www.hotscripts.com/PHP/Scripts_and_Programs/User_Authentication/index.html">http://www.hotscripts.com/PHP/Scripts_a ... index.html</a><!-- m -->) , see which one takes your fancy :D (you will need a database to hold the users info, maybe some of them will use flat files)<!--content-->Welcome to the forums!!!<!--content-->
 
Back
Top