|
Answer
by: Frédérique Taillefer, Aplus.Net Knowledge Base Support
If
your site has moved, and your viewers only know your old site address,
you can automatically redirect them to your new site using the following
HTML code:
<meta
http-equiv="refresh" content="5; url=http://www.yournewsite.com">
Place
this code between the <head> and </head> tags of your
HTML code. The number 5 is the number of seconds that it will
take for the redirection to take effect. You can edit that to any
amount of time that you wish. Also, make sure you replace yournewsite.com
with the actual URL of your site.
|