Forum Moderators: phranque
Use the 301 redirect unless you know of a VERY good reason to use a 302 or 307.
Avoid both 'meta refresh' and javascript 'location href' redirects unless you can think of a VERY VERY good reason to use it instead of the HTTP 301 redirect.
301 Moved Permanently
The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
302 Found
The requested resource resides temporarily under a different URI. ...the redirection might be altered on occasion...