Hello, I have made a site with affiliate products but now instead of showing the images location of the affiliate site i want to show my url. So a virtual way. I have done it now by this RewriteRule ^product-images/(.*) http://www.xxxxxxxxxxxxxxxxxx.com/products/full/$1 [L] But when i click on my site like http://www.mysite.com/product-images/product1.jpg it jumps to the affiliate site image url. Is there a way it stays on my site without forwarding ? Kind Regards, Kris
First you have to add P RewriteRule ^product-images/(.*) http://www.xxxxxxxxxxxxxxxxxx.com/products/full/$1 [P,L] and second you have to load mod_proxy to apache.