I posted an article on Ezine articles recently and I was rejected because it was an affilitate link. The stated that I needed to redirect to my affiliate link using front page with a site that I own. I am not very good at the technical side as of yet...Can anyone help me with this one?
This should be asked under html category.Anyway here is one method : <META http-equiv="refresh" content="5;URL=http://www.indian-proxy.info"> In the place of that url you have to place your affiliate link. This code should be added under <head> tag of your home page.
If you have PHP capabilities you can use this... <?php header("location:http://www.YOURURL.com"); ?> Code (markup): That will give an immediate redirection.