
Originally Posted by
navaldesign Dan,
when you password protect a folder (directory), you do not place any username / password input in your page. It's the server, that when anyone tries to reach a page that is inside the protected directory, will send to the user's browser the necessary "instructions" to make the login window popup. And yes, as soon as they enter the correct username/password, the server will take care of the necessary dynamics (it will check if the user / pass are correct) and it will allow (if correct) or disallow (if wrong) acess to the required page.