site.com redirect to www.site.com {solved}
Posted: Wed Jul 25, 2007 6:51 pm
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
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