I've created dozens of sites and never had a problem like this. I recently created a few new sites and I have a problem with one of them.
I use .htaccess to choose if I want www or not. Google always indexed the domain I chosen in htaccess (www or not www)
I always use this htaccess file
(used , instead of . in the code because BHW thinks I'm spamming...)
However this time google indexed domain.net version and it should index www version LOL. How is this even possible?
I use .htaccess to choose if I want www or not. Google always indexed the domain I chosen in htaccess (www or not www)
I always use this htaccess file
Code:
RewriteBase /
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain,net
RewriteRule ^(.*)$ ht tp://www,domain,net/$1 [R=permanent,L]
(used , instead of . in the code because BHW thinks I'm spamming...)
However this time google indexed domain.net version and it should index www version LOL. How is this even possible?