Noob question to redirect a link

dadecotti

Supreme Member
Joined
Dec 13, 2008
Messages
1,230
Reaction score
114
Which is the best way for this:
I have a link: myaffiliatelink.com
I have a website: mywebsute.com
How can I let people to visit mywebsite.com and get redirected to the affiliatelink but in the url bar the user can still see mywebsite.com and not the affiliate link.
 
<head>
<meta http-equiv="refresh" content="1;URL=http://blackhatworld.com" />
</head>

1 - means time in seconds
 
Easiest way for you 301 redirects or URL framing
 
Use frames if you want the url to stay the same in the window url bar other ways it will change
 
Back
Top