password protection with htaccess
September 25, 2006 | In: tutorials
Here is a short example of password protecting a directory with htaccess and htpassword. #put this is your .htaccess file that resides #in the directory that you wish to protect AuthUserFile /path/to/whereever/.users AuthType Basic AuthName...











Latest comments