Forum Moderators: phranque
I'm really frustrated from trying to find HOW to setup a site's authentication. I have a huge list of accounts stored in an .htpasswd file and another huge list stored in a MySQL database. Instead of moving from one place to another (which is pretty hard to accomplish at that stage and is the reason I'm looking for a solution). Can I setup an .htaccess to authenticate uses based on MySQL and .htpasswd and how?
Also I'm trying to figure out how is it possible to have multiple .htpasswd files used to store user accounts. From what I read that isn't an option of mod_auth, but I found a topic on a forum from a guy that said that his "previous" server configuration was able to use multiple files to store accounts, however after reinstall he lost the feature. I guess that was some custom mod_auth that he had there, if you're aware of a public version of such module I'd be glad to check it.
Thanks, Andrew