is it possible to have a redirect for a specific URL. I mean the following.
Redirect to an other site. On this site there are images under http://www.examples/images
ProxyPass /content http://www.example/content
ProxyPassReverse /content http://www.example/content
But images are not loading, so I try to add.
ProxyPass /images http://www.example/images
But there are also images on the proxy under http://www.proxy.com/images where I try to redirect.
So it is possible to redirect the images just for the example.com site when they needed?
I hope somebdy understand what I mean :)