Go.php redirect script or similar?

by ak2000
3 replies
  • WEB DESIGN
  • |
Hi,

Does anyone know where I can find a script that redirects from site A to site B by passing a certain parameter?

Here is what I'm trying to achieve...

I'd like the url www.mysite.com/go.php?AFFILIATEID

To redirect for example to

AFFILIATEID.hop.clickbank.net

Essentially it needs to be able to pass on whatever parameter the user gave it in the original url to another url

I'm using this as some sites such as Clickbank and others are marked as "spam" by certain email marketing platforms or email clients and hence the url is blocked

By using a redirect you avoid this as the email system sees your site (which is not spam) and not the affiliate network site (which is perceived as "spam")

I need the parameter to be dynamic (hence cannot use bit.ly or similar) as I'd give this redirect url to my affiliates and they would be passing it their affiliate ID

I remember seeing a php script called "go.php" somewhere but anything that does the job will do

Thanks!
#gophp #redirect #script #similar

Trending Topics