when setting up a redirect as a regular expression, i'm wondering if both fields are interpreted as a RegEx, or just the source URI?
i'm assuming they both are as i have some like the following where i'm escaping chars and they are apparently working...
source
/apps/(.*)
target
http://files\.site\.org/apps/$1