Anyone knows the redirection code.
Anyone knows the redirection code.
Its a meta tag code.
* Moved to Script & 3rd party apps. *
Meta redirection:
(after 0 seconds)Code:<meta http-equiv="refresh" content="0;url=http://yourdomain.com"/>
(after 5 seconds)Code:<meta http-equiv="refresh" content="5;url=http://yourdomain.com"/>
You can also use a javascript redirection:
http://www.codehouse.com/javascript/...cool_redirect/
Last edited by Mitch; 02-08-2009 at 04:41 AM.
Or you can use htaccess redirection (depending on what you need).
Code:Redirect file.html filetoberedirected.html
Last edited by leafypiggy; 02-08-2009 at 05:12 AM.
█ Neil Hanlon | x10Hosting Support Representative
█ Neil[at]x10hosting.com
█ I'm always happy to help. Just ask a question in Free Hosting
█ Terms of Service IRC
I have writted on my blog a couple of days ago about simple redirection with javascript. You can read about it here.