Results 1 to 4 of 4

Thread: 301 redirect
      
   

  1. #1
    ifdesigns is offline Corporal
    Join Date
    Jul 2007
    Posts
    16

    Cool 301 redirect

    I've been doing some research on creating a 301 redirect so if someone types in my website url as rvtwintrak.com, it will be redirected to www.rvtwintrak.com.

    What I have found is that I need to add:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^rvtwintrak\.com
    RewriteRule ^(.*)$ http://www.rvtwintrak.com/$1 [R=permanent,L]

    Can someone please verify that this is correct, and more importantly, where do I put it???

    Thanks in advance

  2. #2
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: 301 redirect

    rvtwintrak.com is the same as www.rvtwintrak.com.
    You can enter either in a browser and your website will appear.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  3. #3
    ifdesigns is offline Corporal
    Join Date
    Jul 2007
    Posts
    16

    Default Re: 301 redirect

    Thanks for the reply. I know that entering my domain with or without "www" goes to my website but I was hoping to improve my web ranking with google, etc. by doing the redirect. I guess I really don't know enough about it to persue it. Thanks again.

    Dave

  4. #4
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: 301 redirect

    A 301 is for a name change. Lets say that you have a page that is www.xxxxx.com/blue.html and you need to change it to www.xxxxx.com/bluesocks.html but the old "blue" page is getting a lot of traffic.
    That's when you need to do a 301 for the "blue" page.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49