View Single Post
Old 21-11-2005, 01:12:13 AM     #30 (permalink)
paul

 
Join Date: Mar 2005
Location: Worcester
Posts: 1,092
paul has a reputation beyond reputepaul has a reputation beyond reputepaul has a reputation beyond reputepaul has a reputation beyond reputepaul has a reputation beyond reputepaul has a reputation beyond reputepaul has a reputation beyond reputepaul has a reputation beyond reputepaul has a reputation beyond reputepaul has a reputation beyond reputepaul has a reputation beyond repute

Quote:
Originally Posted by atlanta1
I wouln't even try to sign up using premplus.co.uk - they'll surely come take it off you.

Sign up using a different URL - maybe a general shopping site name.

Then, when they confirm your link, divert all visitors to premplus.co.uk to the genuine link sky or their affiliate ppl give you.
Not 100% sure what you are being advised to do here, sounds like sign up using a different domain then once accepted just use premplus.co.uk. If I have read that correctly then I wouldn't advise that method, as one look at their referrer logs and you will lose all your earned commission and also the domain probably.

What I would do is this:

Create a new one page site, say - satellitetvsignups.co.uk then apply to sky using this site.
Once accepted create a 302 redirect for a page on that site say satellitetvsignups.co.uk/sky.php

Redirect 302 /sky.php http://www.skyoraffiliatesite.com/affiliatecode=12345

Put this in your .htaccess file and then direct all traffic from premplus.co.uk to this page which will bounce them straight to sky and they won't know the traffic is coming from premplus.co.uk

You can also use this to hide affiliate links from google with a slight modification

If you have a site with lots of affiliate links on, then instead of sending them directly to the merchant site send them to another page on your site, then redirect them from there:

If yoursite.co.uk has 2 affiliate links say for example 1 goes to www.merchant-1.co.uk/affiliate=123 and the other goes to www.merchant-2.co.uk/affiliate=123

send them instead to http://www.yoursite.co.uk/hidethisdi...merchant-1.php & http://www.yoursite.co.uk/hidethisdi...merchant-2.php

then add the following to your .htaccess file

Redirect 302 /hidethisdirectory/merchant-1.php http://www.merchant-1.co.uk/affiliate=123
Redirect 302 /hidethisdirectory/merchant-2.php http://www.merchant-2.co.uk/affiliate=123

Then disallow google from the folder named hidethisdirectory in your robot text file

Paul




Local Shops Adult DVDs HPI Check Domains

Last edited by paul; 25-08-2006 at 01:51:30 AM.
paul is offline