On 1/20/06, ms419@xxxxxxxxxxxxxx <ms419@xxxxxxxxxxxxxx> wrote: > I'm struggling to create a mod_rewrite rule which *doesn't* modify the > request - only changes an environment variable > > I tried - > > > RewriteRule . %{REQUEST_FILENAME} [L,E=KRB5CCNAME:%{ENV:REDIRECT_KRB5CCNAME}] > > > - but still it has some weird side effects Use RewriteRule .* - [whatever-options] The dash as the second argument indicates no rewriting. Joshua. --------------------------------------------------------------------- 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