Results 1 to 3 of 3

2nd domain question

This is a discussion on 2nd domain question within the General Discussion forums, part of the vBSEO SEO Plugin category; I own 2 domains that point to the same forum (myforum.com & myforums.com). I want to do a 301 redirect ...

  1. #1
    Junior Member
    Real Name
    njdevils
    Join Date
    Sep 2006
    Posts
    21
    Liked
    0 times

    2nd domain question

    I own 2 domains that point to the same forum (myforum.com & myforums.com). I want to do a 301 redirect to point all traffic to www.myforums.com .... is this a good idea? If so, what code needs to be put into my .htaccess file?

    Thanks

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    its fine to do (and works better than using a parked or cname as well to the SE's).

    simply add this to your htaccess file on the "source" site: (ie, myforum.com should point to myforums.com, place on myforum.com)

    I do this for my .org/.net sites...


    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www\.domain\.org [NC]
    RewriteRule (.*) http://domain.com/$1 [R=301,L]

  3. #3
    Junior Member
    Real Name
    njdevils
    Join Date
    Sep 2006
    Posts
    21
    Liked
    0 times
    Cool, thanks a lot for your help

Similar Threads

  1. sub domain change rewrite question
    By leeds1 in forum Custom Rewrite Rules
    Replies: 6
    Last Post: 11-08-2006, 12:05 PM
  2. Need some Help - Can't connect to domain
    By Morph in forum Off-Topic & Chit Chat
    Replies: 11
    Last Post: 06-22-2006, 08:41 PM
  3. Oh no, 2nd forum get borked by vbseo
    By utw-Mephisto in forum Troubleshooting
    Replies: 9
    Last Post: 05-31-2006, 03:21 PM
  4. Domain name question
    By booth in forum General Discussion
    Replies: 1
    Last Post: 02-01-2006, 02:59 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
  •