Help Please with redirect

andy20082009

Newbie
Joined
Aug 10, 2011
Messages
10
Reaction score
0
What im trying to do is just make a blank webpage that will redirect to my cpa offers. I understand how to use the ftp client. I must just be messing up the redirect code. i already have hosting and a domain name, basically i need to know what to type in to a ms word document to upload to my index file so my site will redirect. please help
 
You can use JavaScript redirect snippets & it can be easily found on Google!

Hope it helps!
 
Just type "html redirect" ino google and change the url for your cpa offer. Better if you can do this at the .htaccess level but that is more complicated.
 
1. Create a new file in your PUBLIC_HTML folder, name the file index.html
2. Edit and place this code inside your index.html file:
Code:
<meta http-equiv="refresh" CONTENT="1;URL=h t t p : / / your-cpaoffer-url-here">
(removes spaces in http)
3. Save, thats all!

If you ll like to do the redirect on another page/url.
You can create another file called cpa.html or whatever, place the above code inside the file. Access the redirect via yourwebsite.c0m/cpa.html
 
Back
Top