M
MarkB
Have a unix server site and would like to have a login page that will
redirect to a specific page based on the input (e.g. a username) into a
form. Purpose being that when a client enters their username, they will be
directed to a page that is in a password protected folder which will cause
the site login/password prompt to appear before they can proceed. We have a
limited number of users, (less than 10) so we don't need to maintain a
database, we could just redirect off of a limited list in the code if
possible.
How best to setup this user input field to redirect as above?
redirect to a specific page based on the input (e.g. a username) into a
form. Purpose being that when a client enters their username, they will be
directed to a page that is in a password protected folder which will cause
the site login/password prompt to appear before they can proceed. We have a
limited number of users, (less than 10) so we don't need to maintain a
database, we could just redirect off of a limited list in the code if
possible.
How best to setup this user input field to redirect as above?