I'm about to start the slightly intimidating task of converting an osCommerce site to a much more streamlined Wordpress site. The new pages will have almost identical meta tags, image and text content as the old pages they're replacing. I'm planning on simply using an htaccess 301 to direct my most popular osCommerce pages (about 30 of them) to the new Wordpress pages, is this all I need to do: Redirect 301 /oscommerce_site/bla.html http://www.domain.com/whatever/new_wordpresspage.html Code (markup): How long should I leave the 301 in place for? Anything else I need to consider?