Currently the system I am using for authentication is apache's .htpassword... Is it possible to verify a user through a PHP login script the reads .htpassword files to verify the users ID and password? I am looking to keep the .htpassword setup along with PHP and sessions... If there is away does anyone know of a script I can get to help me build my own?
Thanks