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?