Hi, I am looking for a way to have the index page change from one site to another. Example say I go to my site http://www.get-paid-at-home.com and my initial index pages comes up , now I want it to refresh to another index page on another domain the next time its clicked on or refreshed. How can this be done? Thanks
Set a cookie when the user first visits your homepage. At the top of your index page check for the cookie and redirect if it exists.
That sounds way beyond my skills. How would this be done, and how would it direct to other index pages on other domains? thanks