> 
> [root@local host]# htpasswd -c /etc/httpd/users client
> 
> and the user file is there 
> 
> I go to my html dir
> 
> cd /var/www/html
> 
> and create a .htaccess file with the following
> 
>  AuthName "restricted stuff"
>   AuthType Basic
>   AuthUserFile etc/httpd/users
> 
>   require valid-user
> 
also check your directives in httpd.conf

Hiten.

__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to