I need to redirect ALL content in a given workarea to an external site. I'll probably need to use something more robust than iwproxy but after much frustration, I've brought it down to its simplest part and it STILL does not recognize the request URL's:
[iwproxy_fullproxy_redirect]
enable=yes
_regex=^(.*)$=
http://cio-ppe.ceb.com/$1Pretty clear what I want to do, right? I know it's going to turn up 404's because of the long path represented by $1 but I'm trying to get SOMETHING out of iwproxy -d but nothing. It doesn't pick up that I want to redirect every request.
Thoughts?
Dave