Hi guys,
I like to integrate an Amazon aStore on my site in such a way that I don't need to iframe the store. The store is hosted on Amazon's servers and you have a link like
http://astore.amazon.com/your-affiliate-id-here/...
From my research I understand that I need a web proxy (like what you get at proxybuilder.com) to intercept your site's http requests for amazon.com. Then I need to modify them in a way that if someone clicks on them they go through the proxy (probably with a htaccess rewrite rule).
But I'm not able to figure out how it works exactly.
Have you done this already and can explain it to me?
Or is there a good tutorial?
Thanks for your help!