View Single Post
  #23 (permalink)  
Old Jan 28th, 2008, 18:15
simonb's Avatar
simonb simonb is offline
Blog Moderator

Join Date: Dec 2006
Location: Norwich
Posts: 700
Blog Entries: 4
Thanks: 4
Thanked 2 Times in 2 Posts
Re: Better Google ranking

Code: Select all
Try This 

RewriteEngine on
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} !^www\.yourdomain.com [NC]
RewriteRule ^(.*) http://www.yourdomain.com/$1 [L,R=301]
Reply With Quote