I'd like to redirect my new html pages to the old ones. What's the SEO friendly way? I know that there are 301 redirects however I can't implement it in my html files. At the moment I'm using redirect in .htaccess file but I'm not sure if it's the right way to do it.
Astrech You are doing it the right way. 301 Redirect in .htaccess is the SEO-friendly way to redirect html files.