Results 1 to 3 of 3

Multiple domain names with 301 redirects

This is a discussion on Multiple domain names with 301 redirects within the General Discussion forums, part of the vBSEO SEO Plugin category; Need advice... I have a few domain names that I have redirected to sections of my forum. And am not ...

  1. #1
    Junior Member Array
    Real Name
    Shane
    Join Date
    May 2008
    Posts
    19
    Liked
    0 times

    Multiple domain names with 301 redirects

    Need advice...

    I have a few domain names that I have redirected to sections of my forum. And am not sure if this is the best method for SEO.

    The homepage and main site is www.ecoforumz.com

    On the home page I have different forums. What I did was redirect different domains to the specific forum.

    For example...

    On the homepage I have the below forums and have a domain name that points directly to the forum.

    Green forums - has www.greenforumz.com pointing to it
    organic forums - has www.organicforumz.com pointing to it
    global warming forums - has www.globalwarmingforumz.com pointing to it.

    Is it better just to point all domain names to the same homepage?
    Should I submit each of these domains to search engines?
    Should I not use 301 redirects and use the .htaccess file instead?

    Any and all advice would be much appreciated.
    EbikeForum - Learn to build a custom 30+MPH Electric Bike!

  2. #2
    Senior Member Array
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    44 times
    Blog Entries
    9
    The best idea is to choose and use only 1 domain.

  3. #3
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    yup, 1 domain for 1 content source.


    I'd suggest setting up all your non-root domains as ADD-ON domains in your server/cpanel settings.

    Then, in your htaccess file, set up a 301 rule to point any traffic from those domains to your root domain.

    Something like
    Code:
    RewriteCond %{HTTP_HOST} . 
    RewriteCond %{HTTP_HOST} !^maindomain\.com 
    RewriteRule (.*) http://maindomain.com/$1 [R=301,L]
    if you don't use WWW.

    else,

    Code:
    RewriteCond %{HTTP_HOST} . 
    RewriteCond %{HTTP_HOST} !^www\.maindomain\.com 
    RewriteRule (.*) http://www.maindomain.com/$1 [R=301,L]
    if you do.


    Note: this should come immediately after ReWriteEngine On before all the other vbseo rules.

Similar Threads

  1. Multiple domain names with 301 redirects
    By EcoForumZ in forum General Discussion
    Replies: 1
    Last Post: 06-08-2008, 01:47 PM
  2. multiple domain
    By Driller in forum General Discussion
    Replies: 8
    Last Post: 09-19-2006, 04:13 PM
  3. 1 Domain, Multiple Subdomains -> Multiple Topics
    By RealmWorx in forum Pre-Sales Questions
    Replies: 1
    Last Post: 09-11-2006, 03:18 PM
  4. Multiple Domain Names
    By vissa in forum General Discussion
    Replies: 3
    Last Post: 04-19-2006, 02:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •