Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: Make domain.com point to www.domain.com

  1. #11
    Join Date
    Jan 2008
    Location
    Sialkot
    Posts
    7

    Default

    There is wordpress blog, now i dont know what to do, how i can solve that problem

  2. #12
    Join Date
    Feb 2006
    Location
    Florida, USA
    Posts
    1,505

    Default

    Whatever you have as your index is redirecting to the non-www version. It's creating an infinite loop.

    For example if you're running oh say wordpress, you have the url without the www prefix under options->general->wordress/blog address.

    Add the www to the addresses.

  3. #13
    Join Date
    Jan 2008
    Location
    Sialkot
    Posts
    7

    Default

    Thanks ALLAH problem solved, thx Basil

  4. #14
    Join Date
    Feb 2008
    Posts
    3

    Default

    arnb

    Thank you.

    I've actually sorted it but had to use bluehost support. I was told that they had to do the work themselves because it couldn't be done using htaccess. I wasn't given full rhyme and reason why not but I suspect that this may be because it was for the main domain and not an addon.

    I'm now in the process of transferring another domain as an addon. I'll use the syntax you've provided in the first instance and see what happens.

  5. #15
    Join Date
    Mar 2008
    Location
    South Carolina
    Posts
    4

    Default I need help

    Ok so I have two domains (www.leonardschoolofmusic.com and www.choosejazz.com). Both of these domains are registered through Godaddy and I have them set up now with this amazing hosting place (duh...bluehost) I want people to be able to go to either domain and it take them to leonardschoolofmusic.com...I think I set it up right, because when I type in choosejazz.com it takes me to my primary domain (leonardschoolofmusic.com). However, if I put in www.choosejazz.com it takes me to a godaddy page....does anyone know what this noob should do?

    thx

  6. #16
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,951

    Default

    Set the second domain up as a parked domain on BlueHost and make sure the nameservers at GoDaddy point to ns1.bluehost.com and ns2.bluehost.com

  7. #17
    Join Date
    Feb 2006
    Location
    Florida, USA
    Posts
    1,505

    Default

    Chickdey, this is usually from your ISP caching the nameservers of the www subdomain for your website because you hit it before the update was done propagating. You just need to wait for the cache to update.
    If at first you don't succeed, try reading the instructions.
    semlar.com

  8. #18

    Default

    hi... i tried the above but with no success...
    this is my .htaccess

    Code:
    Options +FollowSymlinks
    
    RewriteEngine on
    
    rewritecond %{HTTP_HOST} ^greeksick\.com [nc]
    
    rewriterule ^(.*)$ http://www.greeksick.com/$1 [r=301,nc]
    ps: the wordpress thing i did't undetstand

  9. #19
    Join Date
    Feb 2006
    Location
    North of Boston, MA
    Posts
    1,658

    Default

    Remove the backslash in your third line of code.
    redsox9 - Go Red Sox!!! 2004 and 2007 World Series Champions!
    Visit FenwayFanatics.com, home to Boston Red Sox baseball fans everywhere... now on Facebook and Twitter!

  10. #20

    Default

    already tried...

Posting Permissions

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