On Wed, Mar 19, 2008 at 6:32 PM, Marc Fromm <[EMAIL PROTECTED]> wrote:
> 1.) I created an .htpasswd file with a user using the command
> htpasswd -mbc /etc/.htpasswd username password
> group and other have read permissions
>
> 2.) I created an .htaccess file in a web directory with the followin
1.) I created an .htpasswd file with a user using the command
htpasswd -mbc /etc/.htpasswd username password
group and other have read permissions
2.) I created an .htaccess file in a web directory with the following
AuthType Basic
AuthName "Outside Access"
AuthUserfile /etc/.htpasswd
require user