Hmm... thanks for replying, but I'm still not sure how to get that to work with htaccess. Basically, I'm want to be able to know if a password is legitimate without running it through htaccess.
Example:
Say I have this: test:60M4uv2iU.CpA(in a .htpasswd file, which I read with PHP)
I want a user to be able to enter their username and password and me to be able to know if that password is correct, thus knowing whether or not to allow that user access. I know there would be many ways of doing this without htaccess, but I want it to work with existing htpasswd files. If anyone can be of any help, I'd really appreciate it. 🙂