I am having an issue I believe , my site seems to be coming up as two different urls new1000ad.com www.new1000ad.com seem to be getting different links on my seo quake toolbar. Can someone tell me if this is the case and how to fix it ?
Add to your .htaccess: RewriteEngine On RewriteCond %{HTTP_HOST} !^domain\.com RewriteRule (.*) http://domain.com/$1 [R=301,L] Code (markup):
if I type in new1000ad.com it will come up as www.new1000ad.com but if I highlight new1000ad.com and open the link in another window it goes to new1000ad.com not www.new1000ad.com