Hey Guys, when i write on forums i normally direct them to my blog(landing page) then link to the product! should i just use a tinyurl on blogs so that way they definately hit the main landing page! cheers Graham
TinyURL is not that good. If possible, you should do HTML or PHP redirect. If you want something free then for go > www.cloakreferer.com
Do this: make a subdirectory on your landing page site, and create an index.php in that subdirectory File Contents for index.php <? header("location: http://affid.pubid.hop.clickbank.net"); ?>
So the PHP redirect is legal? Good to know. I actually have a PHP script that sits in the home dir of all my sites, and changes the $URL var base on the http_host var. Looks like this. header("location: $URL");
I am puzzled by the words legal in your statement. Are you referring to Google policy or internet legalities as a whole. Forwarding is legit, and is a great way to keep the sales from would-be sales hijackers who would otherwise take your sales! Not to mention, it does make for a nicer, search engine friendlier URL!
Hi Guys, the only thing is i'm bum marketing so im just using blogs as landing pages! can i still add the php? cheers Graham
Graham, with how cheap hosting is (some as low as $5 a month), and getting a .info domain costing 1.99 at godaddy, I think you can invest in 7 bucks and build your own cloaker.
yeah that is very true! im being a tightwad lol plus i do have a server already hehe thanks guys Graham