How many posts are we talking about? If there aren't *that* many, you can redirect each individual post. Beneath # END WordPress in your .htaccess file, add something like the following:
Code:
# 301 Redirects
Redirect 301 /reviews/post_title http://domain.com/post_title/
Redirect 301 /reviews/post_title2 http://domain.com/post_title2/
Redirect 301 /reviews/post_title3 http://domain.com/post_title3/
Redirect 301 /reviews/post_title4 http://domain.com/post_title4/
Make sense?
Cheers,
Cyndi
