.htaccess forward subdomain to domain
I need to forward a subdomain to a new addon root domain.
I have tried using the redirect feature but you don't seem to be able to redirect from subdomain to domain (only subfolder to root domain).
Obviously the only other way around it is to directly access the .htaccess file using the line:
RedirectMatch permanent
What do i need to put after this line?
Subdomain is http:// unleashed.voisd.com which needs to point to www. unleasheddirectory.com
Cheers
|