Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirect and .htaccess

Status
Not open for further replies.

jammer1221

Programmer
Jul 30, 2003
352
US
Hi all,

I'm fairly new to managing Apache and I have a few questions. The first is, how do I redirect depending on the login.
So, user comes to index.html and logins in as Dealer. I need to redirect them to dealer.html. Or they login as Marketing, I would then need them redirected to marketing.html.

(If it helps I'm using .htaccess to manage logging in)

Is this possible? If so, are there any links that explains how to do this?

Thanks,
Matt
 
you would do that in the code to index.html, that's not specifically something apache should do. Harvest the user name and branch as needed.

D.E.R. Management - IT Project Management Consulting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top