Quote:
Originally Posted by GspotProductions
So how do you force it? I'd be happy to force the www. to come up
|
I use to put something like this in .htaccess
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]