Forum Moderators: phranque
Redirecting URLs on an Apache Server [webmasterworld.com]
RewriteRule ^/(.*)$ [yoursite.com...] [R=301]
this is a permanent redirect and as such you shouldn't suffer from any duplicate content issues.
however i am not an apache expert so maybe someone could confirm this