Forum Moderators: phranque
I apologize if this is a silly question.
Do I have duplicated sites at search engines eyes?
Should I leave it like this, or should I include some other rewrite rules?
I would really apreciate any hint.
Thanks.
Therefore, the 301 is wrong, or you have another host problem. Much better to fix it now, rather than wait until the 'wrong' urls get ranked, and you lose all when you get around to fixing it later.
Check your 301, test your 301 - and talk to your support.
This is what I was using:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^mysite\.com [NC]
RewriteRule (.*) [mysite.com...] [R=301,L]
I just want to redirect my sites with no www to my sites with www.
That code was working but it seems to have a side effect.
Anyone knows how can I make the redirection the right way?
Thanks a lot.