Thread
:
Have You Ever Noticed That The Google Pr Ranking changes when you
View Single Post
01-03-2006, 10:29 PM
Tempest
Too lazy to set a custom title
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com [NC]
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
Put that in your .htaccess file and problem is solved...
Tempest
View Public Profile
Find More Posts by Tempest