View Single Post
  #1 (permalink)  
Old 25-01-2007, 09:13
sabian1982 sabian1982 is offline
Member
 
Join Date: Nov 2006
Posts: 46
Default .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
Reply With Quote