Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 05-28-2011, 11:44 AM   #1
Warrior in Training
War Room Member
 
That Guy's Avatar
 
Join Date: Apr 2011
Location: Canada
Posts: 347
Blog Entries: 8
Thanks: 40
Thanked 27 Times in 24 Posts
Default 301 Redirect Tutorial?

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.

ERTW
That Guy is offline   Reply With Quote
Old 05-28-2011, 11:57 AM   #2
HyperActive Warrior
War Room Member
 
VeronicaD's Avatar
 
Join Date: Jan 2008
Location: Missouri
Posts: 247
Thanks: 19
Thanked 42 Times in 36 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via AIM to VeronicaD Send a message via Skype™ to VeronicaD
Default Re: 301 Redirect Tutorial?

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.

VeronicaD is offline   Reply With Quote
Old 05-28-2011, 12:10 PM   #3
Warrior in Training
War Room Member
 
That Guy's Avatar
 
Join Date: Apr 2011
Location: Canada
Posts: 347
Blog Entries: 8
Thanks: 40
Thanked 27 Times in 24 Posts
Default Re: 301 Redirect Tutorial?

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.

ERTW
That Guy is offline   Reply With Quote
Old 05-28-2011, 01:13 PM   #4
Active Warrior
 
lumpy burgertushie's Avatar
 
Join Date: Nov 2008
Posts: 81
Thanks: 0
Thanked 9 Times in 7 Posts
Default Re: 301 Redirect Tutorial?

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

phpBB integration with your website PM for details.
free website builder
lumpy burgertushie is offline   Reply With Quote
Old 05-28-2011, 01:23 PM   #5
Warrior in Training
War Room Member
 
That Guy's Avatar
 
Join Date: Apr 2011
Location: Canada
Posts: 347
Blog Entries: 8
Thanks: 40
Thanked 27 Times in 24 Posts
Default Re: 301 Redirect Tutorial?

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.

ERTW
That Guy is offline   Reply With Quote
Old 05-28-2011, 01:27 PM   #6
Donald VanFossen
War Room Member
 
zerofill's Avatar
 
Join Date: May 2008
Location: Upstate NY , USA.
Posts: 2,051
Thanks: 355
Thanked 461 Times in 213 Posts
Default Re: 301 Redirect Tutorial?

Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.YOURDOMAIN.com$
RewriteRule ^(.*)$ http://www.YOURDOMAIN.com/$1 [R=301]
Will force the WWW

zerofill is offline   Reply With Quote
Old 05-28-2011, 01:40 PM   #7
Warrior in Training
War Room Member
 
That Guy's Avatar
 
Join Date: Apr 2011
Location: Canada
Posts: 347
Blog Entries: 8
Thanks: 40
Thanked 27 Times in 24 Posts
Default Re: 301 Redirect Tutorial?

OK so where do I put the code?

ERTW
That Guy is offline   Reply With Quote
Old 05-29-2011, 03:20 AM   #8
Donald VanFossen
War Room Member
 
zerofill's Avatar
 
Join Date: May 2008
Location: Upstate NY , USA.
Posts: 2,051
Thanks: 355
Thanked 461 Times in 213 Posts
Default Re: 301 Redirect Tutorial?

Goes in .htaccess in the root folder of the domain.

zerofill is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
301, redirect, tutorial

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 08:57 AM.