I have a Linux box running Apache/PHP/MySQL to play around with, and I recently tried getting authentication to work but I seem to be having problems. I create the password file with the correct permissions and ownership values, and I've entered the username and password during the password file creation several times to make sure I'm doing it right. I then place a .htaccess file in the directory I want to protect. I made sure that .htaccess files are being accessed when the directory is read, and they seem to work just fine for things besides authentication. I copied exactly what the Apache.org documentation said into the .htaccess files, and when I go to the directory under Internet Explorer, a user/password box pops up. All is good. But then, no matter what I type for the username and password, it doesn't allow me to view the directory. I just get the box again. I have no idea what could be wrong, and I would appreciate any help any of you can give me. Oh, and I'm running Apache 1.3.22 RPM from Mandrake Linux (with the auth module enabled) as the server and MSIE 5.5 under Windows 98 as the client. Thanks.