Several domains pointing to the same site
davebv - July 1, 2008 - 07:27
Hi! first of all I am sorry if this question is already answered somewhere but I could not find it.
I have two domains, davebv.es and davebv.com, and currently they are pointing to the same drupal site (pointing to the same folder in my host). What is the best way to manage them? Should I redirect one of them to the other? I mean for example by typing davebv.com, you are redirected to davebv.es.
I want both domains to be the same drupal site but is it correct to have http://davebv.es/node/1 and http://davebv.com/node/1?
The same node with different domain... is it going to be duplicate content?
I do not know if my question is so clear, but thank you for your help.

link them together
If the drupal install will be used for all these similar sites, they should all just work if apache/dns points to the same folder
if no other site folders have been setup, all requests will end up in the default folder. So they will all use the same content.
Or to be clearer, one could create symbolic links for each site
ln -s default davebv.es
ln -s default davebv.com
the think is that i'm
the think is that i'm worried about duplicate content (thinking in seo terms) if there is the same page with different domains.
What I just did is to redirect one domain to the other.