Question about the URL in an Affiliate Link.

Discussion in 'Affiliate Programs' started by Sejje, Dec 12, 2006.

Thread Status:
Not open for further replies.
  1. #1
    Okay here is my question I figure that it is pretty simple but cannot find the answer myself. How would I make a URL like digitalpoint.com/ref=2439 so when they put their cursor on it the URL is just digitalpoint.com without the referral link, but when they click the link it would still go as my referral. I have seen this before and it looks far more professional in my opinion.

    Thanks for your help! :)
     
    Sejje, Dec 12, 2006 IP
  2. Shoemoney

    Shoemoney $

    Messages:
    4,474
    Likes Received:
    588
    Best Answers:
    0
    Trophy Points:
    295
    #2
    javascript mouseover
     
    Shoemoney, Dec 12, 2006 IP
  3. MN Sandy

    MN Sandy Guest

    Messages:
    392
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you can also use .htaccess or .php/.aspx files to hide the real url and show something like

    digitalpoint.php and once they click, they get redirected to that url. PHP sample:


    <?
    header ("location: http://digitalpoint.com/?ref=2439");
    ?>
     
    MN Sandy, Dec 13, 2006 IP
Thread Status:
Not open for further replies.