Thread
:
.htaccess Code To Insert Missing WWW
View Single Post
05-03-2005, 04:36 PM
swami
Confirmed User
Join Date: Aug 2003
Location: vanuatu
Posts: 1,989
Are we talking about redirecting the root to the
www.alias?
This is what I use
Options +FollowSymLinks -Indexes
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L]
swami
View Public Profile
Find More Posts by swami