Click to See Complete Forum and Search --> : Customised pages defined by user login


freddy
07-17-2005, 08:19 PM
Hi Guys,

This is my first time so be patient, i am only a newbie.

I need to know the easiest way to set up a login section of my website, so that when a certain user logs in, it brings up information/webpages only specific to their login.
For example, lets just say my clients want to order car parts, when they provide me with their information and i give them a login name and password they will tell me what type of car they have and i want it so when they log in they are directed straight to the section of the website with those parts only relavent to them.

I am a little lost :confused: , i have heard alot of different ways to do this so anyone who could just point me in the general direction of what i need to do would be great!! :)

Thanks !!!!

ray326
07-17-2005, 09:06 PM
The easiest way is to protect your site using Basic Authentication, which forces the user to login. Then you can use the Remote User in each request to serve appropriate content.

freddy
07-19-2005, 10:10 PM
To simple!
Thanks for that, its so hard to get easy answers these days.
cheers!