PDA

View Full Version : go.php


8nova
07-25-2009, 11:43 AM
Hi
still need your help..
I don't have the go.php file in the aff folder could i just made a new one with a javascript redirect?

SlickEddie
07-25-2009, 02:42 PM
The go.php file is in the root directory...so I'm not sure what you're looking to do?

8nova
07-25-2009, 02:51 PM
ok when i go to my partner sites /More Sites » i see the partner list and any link redirect to http://www.site.com/aff/go.php?id=1
so i suppose to need a go.php file into the aff directory or as now i get a 404 error

SlickEddie
07-25-2009, 03:04 PM
this is how your link shows on the page

href="./go.php?id=2"

change it to

href="/go.php?id=2"

8nova
07-25-2009, 03:14 PM
Great works good now
thanks