newviewit

msg:3671946 | 9:08 am on Jun 11, 2008 (gmt 0) |
They are treated as 2 seperate addresses. I would login to your host and put a redirect so it's all under one address (the one with the most links)
|
StoutFiles

msg:3672039 | 12:03 pm on Jun 11, 2008 (gmt 0) |
Put this in your .htaccess file. Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^example.com RewriteRule (.*) http://www.example.com/$1 [R=301,L] [edited by: phranque at 7:46 am (utc) on June 12, 2008] [edit reason] examplified urls [/edit]
|
iMarketer

msg:3672166 | 2:54 pm on Jun 11, 2008 (gmt 0) |
Thanks guys. I found out it is the example.com that has more links than the www.example.com. Does it matter which one I centralize around? Also, by doing the redirect am I still making use of the inbound links, for SEO purposes? IE - I know if someone clicks on the link it will come to me (still does right now anyways) but will the SEs add those two batches of links together for me? I kind of doubt it...? [edited by: phranque at 7:48 am (utc) on June 12, 2008] [edit reason] examplified urls [/edit]
|
StoutFiles

msg:3672183 | 3:14 pm on Jun 11, 2008 (gmt 0) |
If you have the 301 redirect which it is then yes, the SE's will add them together. The standard leans toward the www. in front, but I believe either way is fine.
|
iMarketer

msg:3672238 | 4:11 pm on Jun 11, 2008 (gmt 0) |
Yeah, I would kind of like to centralize around the www as that seems to be what most people are familiar with. I guess if I put a redirect on there it doesn't really matter which one I choose, right? It's not like it has to work any harder if there are more or less links involved.
|
phranque

msg:3672765 | 7:52 am on Jun 12, 2008 (gmt 0) |
welcome to WebmasterWorld [webmasterworld.com], iMarketer!
|
iMarketer

msg:3673297 | 6:34 pm on Jun 12, 2008 (gmt 0) |
Hmm... okay, so the site is a blog, on wordpress, and I'm using the Redirection plugin... it basically overwrites my htaccess file. So I put in a redirect from http://example.com to http://www.example.com and then when I try to load the site Firefox gives me this great error saying that the server is creating a loop.... any ideas why that is? [edited by: phranque at 8:09 am (utc) on June 13, 2008] [edit reason] examplified urls [/edit]
|
g1smd

msg:3673555 | 11:59 pm on Jun 12, 2008 (gmt 0) |
The order of the instructions in .htaccess is important. You also need to make sure there is no unwanted interaction with any of your existing redirects and rewrites.
|
|