redirect http://domain.com to http://www.domain.com

Using a single web hosting account to host multiple sites

redirect http://domain.com to http://www.domain.com

Postby saghir » Fri Mar 04, 2005 11:16 am

i know it should be very simple , but i can't seem to fing it anywhere. i

will apreciate your help.


i want every request for http://domain.com

to be redirected to http://www.domain.com
saghir
 

Postby Caterham » Fri Mar 04, 2005 3:02 pm

Hi,

you can use the code from viewtopic.php?p=605#605 which would be
Code: Select all
RewriteCond %{HTTP_HOST} ^yourdomain\.com$
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]
Caterham
 
Posts: 690
Joined: Fri Dec 10, 2004 1:30 pm


Return to Domain Handling

Who is online

Users browsing this forum: No registered users and 108 guests

cron