According to Atipat Rojnuckarin:
> Hi,
>
> I think mod_rewrite (URI Translation) get called
> before Apache::AuthenDBI/AuthzDBI, so mod_rewrite has
> no way of knowing which group a user belongs to.
> You'll probably need to write your own customized
> handler(s) to do what you want.
Mod_rewrit
> Has anyone been successful (or have any theories) in redirecting a user using
>mod_rewrite based on the group the user belongs to?\
>
You could write your own Authorization handler which would $r->push_handlers based on
the group the user belongs to.
--
Eric
Hi,
I think mod_rewrite (URI Translation) get called
before Apache::AuthenDBI/AuthzDBI, so mod_rewrite has
no way of knowing which group a user belongs to.
You'll probably need to write your own customized
handler(s) to do what you want.
Take care,
dak
--- Craig Vincent <[EMAIL PROTECTED]> wro
Server: Linux RH 6.1, Apache
1.3.9/mod_perl
Problem involves Apache::AuthenDBI, AuthzDBI &
mod_rewrite
I realize my question isn't really mod_perl based
(more mod_rewrite) however I've searched everywhere for a solution to this and
so far have come up short. However since my problem dire