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:
Rather than use this link however I am wanting to redirect to specific
product pages. A product page link would look like this:
In the past I have been able to easily set up a redirect link simply by
combining the links with &redirect= such as:
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. :)
haven't been able to get a redirect to work.
The original affiliate link looks like this:
Rather than use this link however I am wanting to redirect to specific
product pages. A product page link would look like this:
In the past I have been able to easily set up a redirect link simply by
combining the links with &redirect= such as:
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. :)
Comment