i need my url to be re-directed to affiliate offer.My domain is hosted at ghs.google.com so i am not knowing how to re-direct it.any service provided by anyone here?
Between <head> </head> put this <meta http-equiv="Refresh" content="NumberOfSecs; url=UrlHere"> Example <head> <meta http-equiv="Refresh" content="2; url=google.com"> </head> That's for html, for better help feel free to pm me, or add me to msn. Just request it via msn. MudiW Best Regards
Thats the code that will instantly redirect your page to a new one using PHP! <? header("Location: http://www.yoururl.com"); ?> PHP:
Sorry, i usually don't check the replies, but did you fixed it or you need my help? (Don't worry, im helping you free)