In Your control panel Look for the Options redirect in that panel type the directory you want to forward to the domain you want to point then you will be able otherwise insert 302 tech in .htaccess file
Is it a permanent redirect or a temporary one? I suspect it is permanent and therefore you should use a 301 Don't know much about it, but am using the following and that works perfectly. Just add the following in your .htaccess file Redirect 301 /sub/ http://www.domain.com/ Code (markup):