
Jan 28th, 2008, 18:15
|
 |
Blog Moderator 
|
|
Join Date: Dec 2006
Location: Norwich
Posts: 700
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]
|