It seems like there ought to be an easy answer to this one, but it's escaping me and I'd really appreciate some help!
I want a client to enter his name and be redirected to a folder having that name. For example, on mydomain.com/clients/redirect.htm he is presented with a name box. He enters "george" in the box and is redirected to mydomain.com/clients/george/mypage.htm.
(I have the password protection of the folders covered, and I am currently using an alphabetic list of names to choose from, but some clients would rather other clients not be able to see the whole client list.)
I'm using an Apache server.
1. What is the best way to input the client name?
2. How can I use the input information to build the correct hyperlink?