i'm running apache 1.3.29 and i'm trying to set up a basic auth on a virtualhost, when i use a .htaccess file, nothing happens so i went into httpd.conf and did a <Directory>. now it prompts for user/pass but it wont log me in. this is what im doing:
and in httpd.confCode:root@codegeeks:/usr/local/phpMyAdmin$ htpasswd -c .htpasswd admin
does anyone know how i might fix this problem? and also how to get .htaccess files working?Code:<Directory /usr/local/phpMyAdmin> AuthType Basic AuthName "phpMyAdmin" AuthUserFile /usr/local/phpMyAdmin/.htpasswd Require admin </Directory>





Bookmarks