View Single Post
  #2  
Old 01-05-2013, 09:41 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,218
use rewriterule to do it

RewriteCond %{HTTP_HOST} domain1.com [OR]
RewriteCond %{HTTP_HOST} domain2.com [OR]
RewriteCond %{HTTP_HOST} domain3.com
RewriteRule (.*) http:///www.domain.com/$1 [R=301,L]
Reply With Quote