Hi,
I want to add a password protected part to our website. Anyone can browse throughout the whole website now, but we want to add a page where the user must enter a password and user name in order to view certain pages. I am using front page and found some instuctions....but I am still confused. Do I need to add a subweb where all of these password protected pages are to be found? Any advice will help...
You will either have to set permissions on the server for the files/directories that you want to protect, or you will have to use server side scripting (CGI, ASP, etc.).
One of the usual way is to use a scripting language. PHP for example. You may search for script, as i remember it's name was "Authorizer v 1.0" . It stores names and passwords in a special file and check if you are logged in with cookies... But you may write your own...