Forum Moderators: Robert Charlton & goodroi
For one of my websites i have 2 different extensions.
.com and .nl
Now i noticed that my homepage for my .com PR5 site has arrived in Supplemental Hell a few days ago :-( However my homepage for the .nl site is still in the main index.
Will google see my website as duplicate content because im using .nl and .com?
Is there a way to solve this so that google see's .com and .nl as the same website?
Thank you for reading!
Put this in the .htaccess file for the .pl domain:
RedirectMatch permanent ^/ http://www.example.com/
[edited by: WiseWebDude at 2:42 pm (utc) on Dec. 13, 2007]
The website files are hosted on my own server.
the .nl and .com point to the same files on my server.
So i dont think i need any sort of acount to do this at my registrant?
I just have to make a htaccess file in my root folder and put your example code there?
Sorry kinda new to this.
RewriteEngine on
rewritecond %{http_host} ^example.pl [nc]
rewriterule ^(.*)$ http://www.example.com/$1 [r=301,nc]
Someone correct me if I don't have that just right, please.