On 1/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to