Copy link to clipboard
Copied
Hi,
I am currently building a new dynamic site in which different distributers of this companies products can log into and make orders build quotes ect... on their own personalized section of the web site. I have been able to create a login page and restrict access to other pages through that page, however I want to be able to build it so that when a individual distributor enters in their personal username and password it directs them to their personalized section of the site that other distributors cannot see. Any ideas will be great. Thanks.
Copy link to clipboard
Copied
Most often, when users log in they are all directed to the same dynamic page, but they contents of the page are populated from the database specifically for them. You can use url rewriting to make the url look like it is a unique page for each user. If you do want to actaully have unique pages, then you can store the users "home" url in the database and use that to redirect once logged in.
Copy link to clipboard
Copied
I have done the script where will direct the users to their respective page based on their user level. Im not sure whether this is similar to wat u are needed.