Web Based Authentication – htaccess

This is a little guide on how to use htaccess on linux based web servers (apache platforms). htaccess can perform a number of different functions, but this article will focus on authentication. Web based authentication denies web access to directories to visitors who do not have a valid user name or password. The user names and encrypted passwords are kept in a file maintained by the webmaster.

Continue reading