I would like to set up a rewrite based on how an authenticated user met the requirements of my 'Requires' directives. Here's what I have so far: ---------- <Directory /> AuthName "site" AuthType Basic AuthBasicProvider ldap AuthLDAPBindDN xxx@xxxxxxx AuthLDAPBindPassword xxx AuthLDAPUrl ldap://ldap:3268/?sAMAccountName?sub AuthzLDAPAuthoritative off Require ldap-group cn=Charts,ou=Groups,dc=xxx,dc=org Require valid-user </Directory> ---------- What I'd like to do is append a query string to the URL depending on which Requires directive authorized the user. Thanks. -- LeVon Smoker --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx