Hi, I'm having a problem with a web server that I have just switched over from using SuSE 6.4 to 7.2. The machine was wiped and re-installed with SuSE 7.2 from scratch. Everything is working fine apart from one thing. I'm trying to password protect a directory on the web site. I've changed httpd.conf to allow .htaccess overrides (AllowOverride All). I've put the following .htaccess file in the directory I want to protect: Deny from all AuthType Basic AuthUserFile /usr/local/httpd/passwords/adminpass AuthName "Admin Tools" Require valid-user Satisfy any I've also used htpasswd to create the 'adminpass' file in the correct directory. All the file permissions have been checked and are correct. Everything worked fine with these settings under SuSE 6.4 (Apache 1.3.12). Using SuSE 7.2 (Apache 1.3.19) the password request box appears as it should, but access is always denied when entering the correct username and password. Does anybody know what the problem could be? Thanks, David Powell.