Which is a better way to redirect a url to another location such that it helps SEO?
method 1:
<meta http-equiv="Refresh" content="0;url=http://destinationSiteHere">
method 2:
.htaccess 301 redirect
Please suggest which method is better with respect to Search Engine Optimization?
The 301 redirect is what you want as it is what tells the search engine the page has moved permanently.