[EMAIL PROTECTED] Is there a way to use external script with .htaccess for authentication?

2007-04-24 Thread Erez Segal
I specifically wants to use my PHP authentication system, with .htaccess to protect folders. I would imagine something like: |is_authorized.php returning Allow/Deny inside the .htaccess how can this be done?

Re: [EMAIL PROTECTED] Is there a way to use external script with .htaccess for authentication?

2007-04-24 Thread Joshua Slive
On 4/24/07, Erez Segal [EMAIL PROTECTED] wrote: I specifically wants to use my PHP authentication system, with .htaccess to protect folders. I would imagine something like: |is_authorized.php returning Allow/Deny inside the .htaccess how can this be done? Not like that, but you can use php

Re: [EMAIL PROTECTED] Is there a way to use external script with .htaccess for authentication?

2007-04-24 Thread Erez Segal
The user will still have to login twice... I'm sure it's possible. I've seen at http://www.apacheweek.com/features/userauth the following quote: It is also possible to have an arbitrary external program check whether the given username and password is valid (this could be used to write an

Re: [EMAIL PROTECTED] Is there a way to use external script with .htaccess for authentication?

2007-04-24 Thread Joshua Slive
On 4/24/07, Erez Segal [EMAIL PROTECTED] wrote: The user will still have to login twice... I'm sure it's possible. I've seen at http://www.apacheweek.com/features/userauth the following quote: It is also possible to have an arbitrary external program check whether the given username and password