Forum Moderators: phranque
Would this example be a good alternative for .htaccess 301 L redirection? Is it google-compatible or not?
<head>
<meta http-equiv="Refresh" content="0; url=http://wwWebmasterWorldeb.com/mypage.htm">
</head>
<meta name="robots" content="noindex,nofollow">
Thx in advance!
This is a method that should only be used as a last resort. If I was on a server that could not generate proper 301 responses, I'd change hosts rather than use a meta-refresh.
Jim