Re: [PHP] Password Protect Directory

2007-03-07 Thread Jochem Maas
Jason Karns wrote: > I'm trying to find a way to password protect a directory. I currently have > an authentication and authorization system in place for pages in my > directory. I'd prefer to use my existing system somehow (as it includes > OpenID authentication) as opposed to using htaccess and

Re: [PHP] Password Protect Directory

2007-03-04 Thread Tijnema !
Well, you could try to edit each PHP file and add a piece of login code at top, but if the directory will also contain images (which need a password to access), it would not be possible that way. Tijnema On 3/4/07, Jason Karns <[EMAIL PROTECTED]> wrote: I'm trying to find a way to password pr