I am familiar with creating simple web pages. I now need to
create a login page/feature that allows the following:
1. lets users log in with name/password
2. depending on login/password, redirects them to a webpage
on the site
Ie. I have one page for ABC company and one page for XYZ
company. User logs in with "abcco" username/password and the page
redirects him/her to the ABC company page.
I'm basically looking to create a login page with a feature
that authenticates and then redirects.