I forgot what it's called, but how can I do this kind of redirect? Say I want domain.com to redirect to a CB sales page with my hop ID. How can I make it so that http://www.domain.com stays in the URL bar at the top even after redirecting to the sales page? Any help is much appreciated.
Here are the steps that you need to follow: -Go to your godaddy back office -Choose the option My Domains -Select the domain that you want to do the redirect thing -Click that little green arrow. I believe it's called forward -Check the option Enabled -Add the url that you want your domain to be forward to( you can even track it down) -then select the option masking -add your keyword and everything else -then press ok I am pretty sure after you done all the steps, it will probably take you up to 15 mn before your domain start working. Mega
open notepad <html> <head> <title>[Btitle[/B]</title> <meta name="title" content="your description"> <meta name="keywords" content="keyword1, keyword2"> </head> <frameset rows="100%,0" border="0"> <frame src="http ://yourclickbankurl" frameborder="0"> <frame frameborder="0"> </frameset> </html> save as whatever . html www .example. com/whatever.html, will show your affiliates sales page under your domain and hide your clickbank link, this is what i use. Hope it works for you !
Hmm, the thing is I don't use GoDaddy, thanks anyway . Thanks Jason for the code! Exactly what I was looking for. Repped.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Lowes Home Improvement</title> <meta name="description" content="Offers Lowes Home Improvement Gift Card Make Home Repairs You Need With This $1,000.00 Gift Card From Lowes" /> <meta name="keywords" content="lowes, home improvement, diy, house repairs, home fix up, do it yourself, home, remodel" /> <meta http-equiv="REFRESH" content="0;url=http://xxx.youwishiwastelling.com/t.asp?id=000&e=23009&subid=googppc"></HEAD> <body> You can also do a 301 redirect via .htaccess server side....
You can use frames or the better way is CovertLinks its what I use I love it heres the link http://covertlinks.com/.
Hmm, with your code, it just redirects it right? It doesn't leave my domain in the address bar? Or it does? Thanks for sharing though.
Yes it is a redirect.....it won't leave the domain in the address bar. You can change the time however <meta http-equiv="REFRESH" content="0 <<<----Change this to however many seconds till the site redirects say you want the page to redirect after 15 seconds then change the number to 15
Great advice, thanks Jason1uk!!! Does anyone know if this is violates adwords TOS? I see people doing this all the time and I'm curious to find out if it's just a matter of time before their accounts get suspended.