Website coding help...

AdamSnow

Diamond Member
Nov 21, 2002
5,736
0
76
Hey everyone :)

This is probably easy as heck - I just cant seem to get my head around how to do this correctly...

I have 13 password protected folders on my server... that will of course ask for a username and password when you try to access them. I have 13 subscribers to this site - each with their own content.

what I want to happen, is have 1 "login" link... when they enter their username and password it will take them to the correct folder on the server that their username is attached too.

So, when Adam logs in... it goes to www.server.com/Adam and when Adam2 logs in it goes to www.server.com/Adam2

How do I do this...... haha :)

I cant figure out the logic behind it at all today... :(
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
This depends entirely on how you're getting the usernames/passwords from the user. Is your login form done in PHP or something?