I am trying to use mysql_auth for my basic authentication. Everything works great, but 
I need to also use the typical .htpasswd file with it. But unfortunately, it only 
works with one or the other, but not both.

Does anyone know how to get the .htaccess file to check the database if the password 
exists, then the .htpasswd if the password doesn't exist in the database?


Reply via email to