vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 12 of 12

multiple domains pointing to forum

This is a discussion on multiple domains pointing to forum within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, just want to start a new topic about what I asked here . Would you recommend not to use ...

  1. #1
    Member
    Join Date
    Sep 2005
    Location
    Sydney
    Posts
    60

    Question multiple domains pointing to forum

    Hi,

    just want to start a new topic about what I asked here.

    Would you recommend not to use several Domains pointing to one forum?

    I'm using for example:
    www.kampfkunst-board.info (Main URL!!)
    www.kampfkunstforum.info
    www.kampfsport-board.de

    for my sites, pointing all to my forum and some others, pointing to special sub-sites around my forum.

    Within the forum the other domains links to threads and posts are redirected to the main domain, configured with vbseo, sure. But for example for the kampfkunstforum.info, google (http://www.google.de/search?hl=de&c2...nG=Suche&meta=) has still a lot of pages indexed. Even more than currently with my main domain under vbseo...is there a duplicate problem? Would you suggest any changes?

    Regards,

    Sebastian

  2. #2
    Junior Member
    Join Date
    Nov 2005
    Posts
    14

    Re: multiple domains pointing to forum

    Quote Originally Posted by MMAFan
    Hi,

    just want to start a new topic about what I asked here.

    Would you recommend not to use several Domains pointing to one forum?

    I'm using for example:
    www.kampfkunst-board.info (Main URL!!)
    www.kampfkunstforum.info
    www.kampfsport-board.de

    for my sites, pointing all to my forum and some others, pointing to special sub-sites around my forum.

    Within the forum the other domains links to threads and posts are redirected to the main domain, configured with vbseo, sure. But for example for the kampfkunstforum.info, google (http://www.google.de/search?hl=de&c2...nG=Suche&meta=) has still a lot of pages indexed. Even more than currently with my main domain under vbseo...is there a duplicate problem? Would you suggest any changes?

    Regards,

    Sebastian
    If you have multiple domains all pointing to the same site, and those domains are not rewritten, you'll end up getting penalized SOMEWHERE for duplicate content. I have multiple domains pointing to my site, but they all get rewritten with my primary URL.

  3. #3
    Member
    Join Date
    Dec 2005
    Posts
    51

    Re: multiple domains pointing to forum

    How do you do that? I would need to get my domains rewritten too.

  4. #4
    Member
    Join Date
    Sep 2005
    Location
    Sydney
    Posts
    60

    Re: multiple domains pointing to forum

    I think, vbseo is doing that automatically!?

  5. #5
    Member
    Join Date
    Dec 2005
    Posts
    51

    Re: multiple domains pointing to forum

    Well google is showing my site with 3 different adresses so...

  6. #6
    Member
    Join Date
    Sep 2005
    Location
    Sydney
    Posts
    60

    Re: multiple domains pointing to forum

    Are the 3 different adresses indexed with vbseo rewritten URLs? That should not happen?

    I have also still some other URLs indexed at google, but only the standard vb php urls, not the rewritten ones. And they seem to decline, so I think, they will disappear completely soon.

  7. #7
    Senior Member Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776

    Re: multiple domains pointing to forum

    Quote Originally Posted by MMAFan
    I think, vbseo is doing that automatically!?
    I dont believe vBSEO has the ability to do such a thing.

  8. #8
    Member
    Join Date
    Sep 2005
    Location
    Sydney
    Posts
    60

    Re: multiple domains pointing to forum

    visit my site via www.kampfsport-board.de (a second url), go into the forum or a thread and then you'll see that the url is changed to www.kampfkunst-board.info (my primary url)

  9. #9
    Member
    Real Name
    Michael
    Join Date
    Oct 2005
    Location
    Düren, Germany
    Posts
    59

    Re: multiple domains pointing to forum

    put a redirect in your .htaccess to move all to your main url. do not forget the [R=301]

    otherwise you will get a DC penatly. it is against the vbulletin tos too. they do not allow to use one license under multiple domains.
    Last edited by porschinho; 12-17-2005 at 08:02 AM.

  10. #10
    Member
    Join Date
    Dec 2005
    Posts
    51

    Re: multiple domains pointing to forum

    Could you tell me exactly how to do that?

  11. #11
    Member
    Real Name
    Michael
    Join Date
    Oct 2005
    Location
    Düren, Germany
    Posts
    59

    Re: multiple domains pointing to forum

    put a file named .htaccess to the root directory of each domain.

    content of the .htaccess :

    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} ^fromdomain\.tld$
    RewriteRule ^(.*)$ http://todomain.tld/$1 [L,R=301]


    this will redirect all pages to the new domain. (mod_rewrite musst be installed on your webhost)

  12. #12
    Member
    Join Date
    Sep 2005
    Location
    Sydney
    Posts
    60

    Re: multiple domains pointing to forum

    Quote Originally Posted by porschinho
    put a file named .htaccess to the root directory of each domain.

    content of the .htaccess :

    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} ^fromdomain\.tld$
    RewriteRule ^(.*)$ http://todomain.tld/$1 [L,R=301]


    this will redirect all pages to the new domain. (mod_rewrite musst be installed on your webhost)
    aehm, isn't that exactly what I wrote before, that vbSEO is doing, itself?

Similar Threads

  1. Forum Subscriptions
    By Keith Cohen in forum Bug Reporting
    Replies: 7
    Last Post: 04-01-2006, 04:08 AM
  2. Multiple subdomains, single forum
    By FrostByghte in forum URL Rewrite Settings
    Replies: 1
    Last Post: 03-31-2006, 02:39 AM
  3. Multiple domains = problems
    By Nikke86 in forum General Discussion
    Replies: 5
    Last Post: 12-27-2005, 11:23 AM