301 Redirect Tutorial?

7 replies
  • SEO
  • |
How do you do this to make it so that a www domain is the same a a non-www domain? I tried google and I'm still kinda confused so I thought I would ask here for a full tutorial. I'm using wordpress btw.
#301 #redirect #tutorial
  • Profile picture of the author VeronicaD
    I honestly (and embarrassingly) haven't really taken the time to get into all that. But from my quick search I found this. Hope it helps! How to 301 Redirect Non-WWW to WWW URLs*|*StepForth Web Marketing Inc.
    Signature

    Contact me if you need to!

    {{ DiscussionBoard.errors[3968875].message }}
  • Profile picture of the author That Guy
    yeah found that page on google, but I'm a bit of a newbie and need a really simple "do this. do that" for wordpress.
    Signature
    ERTW
    {{ DiscussionBoard.errors[3968944].message }}
    • you simply create a htaccess file and put the code in it that they tell you to.

      now, why do you think you need to do this?

      simply choose one or the other and use it exclusively.
      rarely will anyone type a domain name into their browser these days.
      they will simply click on whatever the link is wherever they find it.
      As far as I know, it makes no real difference to google etc. for page ranking etc. Seems like a lot of worry for something that makes no real difference.

      luck,
      robert
      Signature

      phpBB integration with your website PM for details.
      free website builder

      {{ DiscussionBoard.errors[3969189].message }}
  • Profile picture of the author That Guy
    I backlink only to a www domain but when I search my keyword on google I get the non-www version of it appearing. I find it kind of weird and feel like it may not be getting the benefit of the backlinks that I'm creating for it.
    Signature
    ERTW
    {{ DiscussionBoard.errors[3969229].message }}
    • Profile picture of the author zerofill
      Code:
      RewriteEngine on
      RewriteCond %{HTTP_HOST} !^www.YOURDOMAIN.com$
      RewriteRule ^(.*)$ http://www.YOURDOMAIN.com/$1 [R=301]
      Will force the WWW
      Signature
      Serp Shaker
      The IM World Will Be Shaken to the Core!
      Join my list at: IMCool.Biz
      New Podcast --> podcast.imcool.biz
      {{ DiscussionBoard.errors[3969242].message }}
  • Profile picture of the author That Guy
    OK so where do I put the code?
    Signature
    ERTW
    {{ DiscussionBoard.errors[3969291].message }}

Trending Topics