Paul has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course
Restricted Access
How do I set up a web page so that only certain people can see it but they can view other pages on the web site?
RE: Restricted Access
Hi Paul
There are basically two ways to do this.
The first is that you set up a database and give users logins, then for each of the users you can assign permissions. Then in the code for you webpage you will need to insert some php that gives access to the page based on the permissions the user has.
The second method is you go to you hosting area and use the setting that are offered to create a protected folder, everything inside this folder will need a password and username to be entered before the webpage is available.
Hope this helps
David