Thread
:
[solved] How to redirect all request to www. url?
View Single Post
#
2
01-05-2013, 09:41 PM
NiteWave
LiteSpeed Staff
Join Date: Sep 2009
Posts: 2,297
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]
NiteWave
View Public Profile
Send a private message to NiteWave
Find all posts by NiteWave