Page 1 of 1

site.com redirect to www.site.com {solved}

Posted: Wed Jul 25, 2007 6:51 pm
by izzysanime
Hi,

Someone told me before, but I cant find the info, how do i redirect a person who entered site.com, change to www.site.com ?

I have tried

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]

but then the server says an .htaccess error occured (internal server error 500)

thanks,
Josh

Re: site.com redirect to www.site.com

Posted: Wed Jul 25, 2007 7:36 pm
by izzysanime
never mind, i think i got it working now, I thought that transmit (mac) set to auto transfer mode would work just fine, but apparently not, and i manually set the mode to ASCII and it works fine now.

thanks
Josh