I have a URL with a subdirectory that I want to forward to a different domain I was able to achieve this by adding:
Options +FollowSymLinks RewriteEngine On Redirect 301 /youthinc http://rbcrftk.com/
Where /youthinc is my subdirectory domain and rbcftk is the domain where the site is hosted. This forwards the subdirectory however it doesn't mask the rbcrftk.com domain. How would I be able to achieve this with masking?
Simple you should create a new default page in this subdirectory like index.html or index.php or index.aspx as per your server and put redirect script in this page . i hop this will help you