
01-06-2013, 05:39 AM
|
|
New Member
|
|
Join Date: Jan 2013
Posts: 5
|
|
Quote:
Originally Posted by NiteWave
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]
|
But I want those 3 domains still function and can be use.
I want them to force www. version.
Like.
domain.net will redirect to www.domain.net
domain.me will redirect to www.domain.me
domain.info will redirect to www.domain.info
Not to redirect theme all to a single www url.
|