How forward my domain

4 replies
Hi,
someone can tell me how forward my domain name to an affiliate link,then that redirect?
For example i have: mydomain.com but i want that when people click here they go directly on my affiliate link.
I have Wordpress,thanks.
#domain #forward
  • Profile picture of the author ChrisBa
    Originally Posted by thebrokerdavide View Post

    Hi,
    someone can tell me how forward my domain name to an affiliate link,then that redirect?
    For example i have: mydomain.com but i want that when people click here they go directly on my affiliate link.
    I have Wordpress,thanks.
    I normally use pdp redirect scripts for this..

    Code:
    <?php
    
       header( 'Location: http://www.youraffiliatelink.com/blah/blah.php' ) ;
    
    ?>
    {{ DiscussionBoard.errors[4962893].message }}
  • Profile picture of the author thebrokerdavide
    can you tell me where must i put this script,please?
    {{ DiscussionBoard.errors[4965841].message }}
  • Profile picture of the author Matthew NY
    You don't need wordpress for a redirect. You can simply put the code that ChrisB made into a notepad file and save it as an html file. Once you do that, just put your hosting information into FileZilla and click and drag your html script that you saved into whichever URL directory you would like to use for your landing page. It will automatically redirect the target to your affiliate link when they visit that URL.

    ::Matthew P
    Signature


    Want to see $500 days? Click Above!
    I will guide you the whole way there.
    {{ DiscussionBoard.errors[4966252].message }}
  • Profile picture of the author speedylikesKJ
    Originally Posted by thebrokerdavide View Post

    Hi,
    someone can tell me how forward my domain name to an affiliate link,then that redirect?
    For example i have: mydomain.com but i want that when people click here they go directly on my affiliate link.
    I have Wordpress,thanks.
    `
    Simple log into your hosting CPanel and click redirects and redirect domain to offer url that`s it. you are done
    {{ DiscussionBoard.errors[4966471].message }}

Trending Topics