Alan Ames wrote:
Quote:
use the Meta Refresh tag on the page(s) at the old domain
Advantage- it doesn't require javascript to be on. |
Disadvantage: It's an abuse of the meta-refresh which is only meant for
refreshing _the same_ page, not for redirecting.
The only correct way is a server-side redirect with the HTTP-code 301
"Moved Permanently". This can be done with a .htaccess-file for example.
http://www.w3.org/TR/html4/struct/global.html#h-7.4.4
"Some user agents support the use of META to refresh the current page after
a specified number of seconds, with the option of replacing it by a
different URI. Authors should not use this technique to forward users to
different pages, as this makes the page inaccessible to some users.
Instead, automatic page forwarding should be done using server-side
redirects."
Quote:
Also- search engines will detect the refresh- and scan the new site for
links maybe. |
I doubt it. A search engine will most likely ignore the meta-refresh.
Micha