RE: [PHP] Re: PHP-Based Authentication Security?

2002-03-07 Thread Coggeshall, John
.htaccess and pw files are pointless, who wants to maintain potentially 10 or 20 of these things? Furthermore, it's gotta do more than just serve a single file at a time -- that's simple... I needed directly-level security. The solution I came up with was to use a module called mod_auth_any,

RE: [PHP] Re: PHP-Based Authentication Security?

2002-03-07 Thread J Smith
I wouldn't say .htaccess and .htpasswd files are pointless. They might not be applicable to your situation, fine, but they're not totally useless. And .htaccess/passwd files do provide directory-level security -- the directory they're in, plus any subdirectories if need be. But there are a