Posted by stevebremermn on 07/30/06 08:00
I'm working on setting up some affiliate links on a site of mine and I
haven't been able to get a redirect to work.
The original affiliate link looks like this:
http://www.exampleurl.com/index.php?ref=10
Rather than use this link however I am wanting to redirect to specific
product pages. A product page link would look like this:
http://www.exampleurl.com/example-product-1-135_100.html
In the past I have been able to easily set up a redirect link simply by
combining the links with &redirect= such as:
http://www.exampleurl.com/index.php?ref=10&redirect=
http://www.exampleurl.com/example-product-1-135_100.html
I understand this is probably not correct for PHP. I did play around
with it a lot to no avail, including the use of URL encoding. Thanks
in advance to anyone with a suggestion. :)
Navigation:
[Reply to this message]
|