Welcome Guest | Login

Force "www" before my domain name

How can I force a redirect to www.domain.com when someone visits just domain.com?

2008-03-30 10:12 PM

Hello,

Put the following lines in your.htaccess file.
=
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
=

Incase the domain is working with mongrel support.. you will need to put these in apache configuration file. In that case do post us a support ticket.

2008-03-30 10:31 PM

Regards,
Rahul

Hello Guest! In order to post you must be an active client with us, please log in or sign up today!