How to make a link like this [http://www.mysite.com/pokerstars/

Discussion in 'General Chat' started by NoDepositer, Feb 12, 2011.

  1. #1
    NoDepositer, Feb 12, 2011 IP
  2. Steve Marino

    Steve Marino Peon

    Messages:
    1,003
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Steve Marino, Feb 12, 2011 IP
  3. NoDepositer

    NoDepositer Well-Known Member

    Messages:
    518
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #3
    Yeah but if someone press that link the get redirected to another sites with my referral link.
     
    NoDepositer, Feb 13, 2011 IP
  4. NoDepositer

    NoDepositer Well-Known Member

    Messages:
    518
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
  5. gizmo101.net

    gizmo101.net Member

    Messages:
    115
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #5
    I think you posted in the wrong section. But to answer yoru question there is different ways to do it. You can do a simple one by following the instructions below. You can also go more into it and do it so that the link at the top displays as if they're still browsing on your site.

    But Here's the code for the simple one:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
    <title>Your Page Title</title>
    <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
    <BODY>
    Optional page text here.
    </BODY>
    </HTML>
    HTML:
    Code Description:

    <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"> is the part that actually does the redirecting.

    The number preceding the url (in this case zero) tells the browser the number of seconds to wait before redirecting to the new url.

    You could set this to 5 and add some optional text to your page - something like:

    "Please wait while we redirect you to our new site".

    That's it! Just copy the code, save it (i.e. save as casinoredirection.html) and upload it to your website and when you go to yoursitedomain.com/casinoredirection.html the user will get redirected to the affiliate or whatever link you specify.
     
    gizmo101.net, Feb 16, 2011 IP
  6. NoDepositer

    NoDepositer Well-Known Member

    Messages:
    518
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #6
    Thank you Gizmo that was exactly what i was looking for!
    Worked great and was easy to do!

    Thanks!
     
    NoDepositer, Mar 9, 2011 IP