Anyone knows the redirection code.
I iiSora New Member Messages 1 Reaction score 0 Points 0 Feb 8, 2009 #1 Anyone knows the redirection code.
Mitch New Member Messages 908 Reaction score 0 Points 0 Feb 8, 2009 #3 * Moved to Script & 3rd party apps. * Meta redirection: Code: <meta http-equiv="refresh" content="0;url=http://yourdomain.com"/> (after 0 seconds) Code: <meta http-equiv="refresh" content="5;url=http://yourdomain.com"/> (after 5 seconds) You can also use a javascript redirection: http://www.codehouse.com/javascript/scripts/cool_redirect/ Last edited: Feb 8, 2009
* Moved to Script & 3rd party apps. * Meta redirection: Code: <meta http-equiv="refresh" content="0;url=http://yourdomain.com"/> (after 0 seconds) Code: <meta http-equiv="refresh" content="5;url=http://yourdomain.com"/> (after 5 seconds) You can also use a javascript redirection: http://www.codehouse.com/javascript/scripts/cool_redirect/
leafypiggy Manager of Pens and Office Supplies Staff member Messages 3,819 Reaction score 163 Points 63 Feb 8, 2009 #4 Or you can use htaccess redirection (depending on what you need). Code: Redirect file.html filetoberedirected.html Last edited: Feb 8, 2009
Or you can use htaccess redirection (depending on what you need). Code: Redirect file.html filetoberedirected.html
dbojan New Member Messages 99 Reaction score 1 Points 0 Feb 8, 2009 #5 I have writted on my blog a couple of days ago about simple redirection with javascript. You can read about it here.
I have writted on my blog a couple of days ago about simple redirection with javascript. You can read about it here.