Is it possible to redirect a particular page of my site to a clickbank product

8 replies
I use host gator and have tried to use the redirect function with no luck. Is this even possible?
#clickbank #page #product #redirect #site
  • Profile picture of the author Colin Palfrey
    Short answer - Yes

    You can find redirect scripts all over the net. Just get a redirect script and change the domain name to your Clickbank ID. Save the script as what ever page you want and up load it.

    When someone clicks to that page the redirect send them to Clickbank.

    Simple, hopefully.
    Signature

    I write articles and eBooks - PM me for details!
    {{ DiscussionBoard.errors[1471516].message }}
  • Profile picture of the author tecHead
    Just copy the following code into an HTML page. Save it, (something like go-here.html).

    Upload it to your server...

    HTML Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <META HTTP-EQUIV="Refresh" CONTENT="0;URL=YOUR_CLICKBANK_AFFILIATE-URL_HERE">
    <head>
    <title>Redirecting</title>
    </head>
    <body bgcolor="#ffffff">
    &nbsp;
    </body>
    </html>
    For your CB hoplink, I would suggest going to their site and using their encrypt function --> https://www.clickbank.com/hoplink_encoding.htm

    HTH
    PLP,
    tecHead
    Signature
    Learn Everything You Need to Know About CryptoCurrencies
    Automation is the primary conduit to successful relaxation
    {{ DiscussionBoard.errors[1471539].message }}
  • Profile picture of the author thmgoodw
    Originally Posted by Wealthyclark View Post

    I use host gator and have tried to use the redirect function with no luck. Is this even possible?
    Personally I just do the php redirect.

    Do the following:

    (1) create notepad file with the following code:

    <?php
    header( 'Location: http://www.pageyouwanttoredirctto' ) ;
    ?>


    (2) save this file as yourpagename.php

    (3) upload this file to your site.


    Now http://www.yourdomain.com/yourpagename.php will redirect to the new page/site.
    {{ DiscussionBoard.errors[1471552].message }}
    • Profile picture of the author rgenterprise
      I also just use a php script. Hostgator redirecting is screwed up a lot of the times. Sometimes it works sometimes it doesn't.
      {{ DiscussionBoard.errors[1471595].message }}
  • Profile picture of the author Chris Thompson
    I use the header (location) command as well. Very easy.
    {{ DiscussionBoard.errors[1471625].message }}
    • Profile picture of the author Wealthyclark
      Thanks everyone, my problem is solved. I simply created a sub-domain and redirected it. Example: "www(dot)goodies(dot)mysite(dot)com"

      With me not being technical at all, this works perfect and it was easy once I figured it out. Thanks again!
      Signature
      Now Accepting All Countries! Earn $5.10 Per Free Referral, Totally Free To Participate!
      WealthyClark.com
      {{ DiscussionBoard.errors[1472271].message }}

Trending Topics