AndyH
08-26-2004, 01:08 AM
I am linking out of my AWS site using an out script.
User-agent: *
Disallow: /link/
Links are like this: www.example.com/link/out.php?ASIN=XXXX
Will that work fine - just want to be sure.
Here is the out.php script if you want to use it, very basic but someone might need it:
<?
$ASIN = $_GET["ASIN"];
header("Location: http://www.amazon.com/exec/obidos/ASIN/$ASIN/ASSOCIATE_ID/102-5485018-9998560?dev-t=DEV_ID&camp=2025&link_code=xm2");
?>
User-agent: *
Disallow: /link/
Links are like this: www.example.com/link/out.php?ASIN=XXXX
Will that work fine - just want to be sure.
Here is the out.php script if you want to use it, very basic but someone might need it:
<?
$ASIN = $_GET["ASIN"];
header("Location: http://www.amazon.com/exec/obidos/ASIN/$ASIN/ASSOCIATE_ID/102-5485018-9998560?dev-t=DEV_ID&camp=2025&link_code=xm2");
?>