Virtual Images

Discussion in 'Site & Server Administration' started by wizzard, Oct 29, 2010.

  1. #1
    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
     
    wizzard, Oct 29, 2010 IP
  2. lazcorp

    lazcorp Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    lazcorp, Nov 6, 2010 IP