O
ovi
Guest
So you moved your site to a new place, but you'd like to let your visitors find your new home. You can leave a message with the link to your new place, but a more efficient way is to have the visitors be automatically redirected to your new address.
To do this, insert the following between the HEAD tags of your page:
<META HTTP-EQUIV="refresh" CONTENT="10; URL=http://www.YOURNEWSITE.com/">
The code CONTENT="10; tells the browser to wait 10 seconds before transfer. You can choose however long you would like, but perhaps you'd want to avoid 0 seconds because some browsers aren't capable of handling it.
To do this, insert the following between the HEAD tags of your page:
<META HTTP-EQUIV="refresh" CONTENT="10; URL=http://www.YOURNEWSITE.com/">
The code CONTENT="10; tells the browser to wait 10 seconds before transfer. You can choose however long you would like, but perhaps you'd want to avoid 0 seconds because some browsers aren't capable of handling it.