Results 1 to 4 of 4

How Redirect 301 for Multidomains to ONE domain and best for SEO ?

This is a discussion on How Redirect 301 for Multidomains to ONE domain and best for SEO ? within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, I'm using two domain for one website. ( My portal's using Joomla Source and my forum's using Vbulletin source ...

  1. #1
    Junior Member
    Real Name
    luan7749
    Join Date
    Aug 2008
    Posts
    10
    Liked
    0 times

    How Redirect 301 for Multidomains to ONE domain and best for SEO ?

    Hi, I'm using two domain for one website. ( My portal's using Joomla Source and my forum's using Vbulletin source ).
    EX
    My portal : http://main-domain.com/portal and http://second-domain.com/portal
    My forum : http://main-domain.com/forum and http://sencond-domain.com/forum
    All're pointed to ONE website.

    I'd redirected http://main-domain.com.com & http://sencond-domain.com to portal link with .htaccess :
    Code:
    RewriteEngine on
    
    RewriteCond %{HTTP_HOST} ^main-domain.com.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.main-domain.com.com$
    RewriteRule ^/?$ "http\:\/\/main-domain\.com\/portal" [R=301,L]
    
    RewriteCond %{HTTP_HOST} ^sencond-domain.net$ [OR]
    RewriteCond %{HTTP_HOST} ^www.sencond-domain.com$
    RewriteRule ^/?$ "http\:\/\/sencond-domain\.com\/portal" [R=301,L]
    Is something wrong ??? My Alexa Rank's down when I use 2 domain to 1 website, it's so bad :(. I want to use two domain for 1 website and two domain redirect to one domain which is main domain.

    My mean :

    -http://main-domain.com & http://sencond-domain.com ---> http://main-domain.com
    -http://main-domain.com/portal & http://second-domain.com/poral ---> http://main-domain.com/portal
    -http:/main-domain.com/forum & http://second-domain.com/forum --> http://main-domain.com/forum

    ( all link're redirected to domain1.com which is main domain )

    And Please help me to have a Redirecting Method to Optimize SEO
    Last edited by luan7749; 04-16-2010 at 03:33 AM.

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Junior Member
    Real Name
    luan7749
    Join Date
    Aug 2008
    Posts
    10
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    Yes, But this's for root domain. My source web is in folder ?

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    You can place it anywhere you like and adjust the pointing URL.
    The Forum Hosting - Forum Hosting from the Forum Experts

Similar Threads

  1. Replies: 4
    Last Post: 11-04-2009, 06:07 PM
  2. 301 Redirect from Domain Folder to Domain
    By MadCaffeine in forum General Discussion
    Replies: 1
    Last Post: 05-20-2008, 05:28 PM
  3. Redirect parked domain to primary domain
    By Arkidas in forum General Discussion
    Replies: 9
    Last Post: 03-20-2008, 06:19 PM
  4. redirect domain.com/index.php to www.domain.com/
    By LarryEitel in forum Custom Rewrite Rules
    Replies: 4
    Last Post: 07-05-2006, 10:38 AM
  5. Redirect from www.domain.com to domain.com
    By amykhar in forum General Discussion
    Replies: 9
    Last Post: 10-17-2005, 06:39 PM

Posting Permissions

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