will pay someone $10 to do a proper 301 redirect for me

Discussion in 'Services' started by lucidly.com, Jan 27, 2007.

  1. #1
    Okay, so I accidentally got a PR 5 with my site http://www.Lucidly.com (my site has only been around 2-3 months and I spent less than $200 on marketing). Anyways, "www.lucidly.com" now has a PR 5, but "lucidly.com" has a page rank of 0.

    How do I do a 301 redirect or whatever needs to be done so that "lucidly.com" will have the same page rank as "www.lucidly.com" after the next update?

    Will pay someone $10 by paypal to teach me how to do this correctly, or to do it themselves.
     
    lucidly.com, Jan 27, 2007 IP
  2. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I will teach you.
     
    login, Jan 27, 2007 IP
  3. SEOBill

    SEOBill Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    You do not want to do this. Instead go to Google webmaster tools and set the preferred domain, G will ignore the non www

    You always want the www version, be sure to send all internal and external links to the www
     
    SEOBill, Jan 27, 2007 IP
  4. lucidly.com

    lucidly.com Well-Known Member

    Messages:
    207
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    105
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Can you elaborate on that "go to Google webmaster tools and set the preferred domain, G will ignore the non www" statement? Is there a link I can go for there and what will be the result of it, will both have the same page rank next update?
     
    lucidly.com, Jan 27, 2007 IP
  5. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Exactely what I was thinking, and this is how its done.

    Put this code in .htaccess:

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


    Now, www.lucidly.com and lucidly.com will resolve to a PR5 :) namely www.lucidly.com.

    Forget about Google webmaster tool in this case as all SE`s needs to see the above code.
     
    login, Jan 27, 2007 IP
  6. lucidly.com

    lucidly.com Well-Known Member

    Messages:
    207
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    105
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Does it matter how I put that code in the .htaccess file or can I just copy/paste it, do a select all and delete everything in the .htaccess file, and then paste what you wrote above in the .htaccess file?
     
    lucidly.com, Jan 27, 2007 IP
  7. eXe

    eXe Notable Member

    Messages:
    4,643
    Likes Received:
    248
    Best Answers:
    0
    Trophy Points:
    285
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    Don't delete everything else, add the code at the end of the file.
     
    eXe, Jan 27, 2007 IP
  8. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #8
    What is there else in the .htaccess ?
     
    login, Jan 27, 2007 IP
  9. SEOBill

    SEOBill Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #9
    It depends, just do not delete anything there and add the code. That is a good way to do it too. The htaccess will only work on a windows server I think. Or if you still want to do it the Google way, just do a Google search for "preferred domain" and the link is the first result
     
    SEOBill, Jan 27, 2007 IP
  10. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #10
    The .htaccess is NOT working on a windows server, on Linux it is fine. Most people are using Linux.
     
    login, Jan 28, 2007 IP
  11. everypcneed

    everypcneed Peon

    Messages:
    238
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #11
    If you want this added to your htaccess file I will complete it for free in exchange for itrader points.
     
    everypcneed, Jan 28, 2007 IP
  12. lucidly.com

    lucidly.com Well-Known Member

    Messages:
    207
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    105
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #12
    Sure, but I still need it done correctly, and I do not even have a .htaccess file so you would have to create one first.
     
    lucidly.com, Jan 28, 2007 IP