Hi all. I'm trying to find a way to use apache authentication trough php/mysql. I mean that users/passwords need will be stored in mysql database but Apache will athomatically request authentication for any access to protected folder _and its subfolders_. For not to make something like "access.php" that will send "HTTP/1.0 401 Unauthorized" header and check login/pass.. This method requires include of "access.php" to _all_ scripts in _all_ subdirectiries, that doesn't look "fine" :).
Can anyone give me an idea? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]