1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

www redirect?

Discussion in 'Site & Server Administration' started by bizpro99, Aug 22, 2008.

  1. #1
    I have a wordpress powered blog.

    But for some reason when I enter url, www.mysite.com it always redirects to http://mysite.com and takes out the www.

    How do I get rid of that redirect?
    what to do?
     
    bizpro99, Aug 22, 2008 IP
  2. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #2
    Hi,

    Check the .htaccess file in your public_html folder. That's probably what's doing it.

    Jay
     
    jayshah, Aug 23, 2008 IP
  3. bizpro99

    bizpro99 Active Member

    Messages:
    901
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    90
    #3
    this is whats in my .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
     
    bizpro99, Aug 23, 2008 IP
  4. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #4
    Make sure that you have entered www.mysite.com as your blog URL in blog setting(in admin panel).

    Kailash
     
    kailash, Aug 23, 2008 IP
    bizpro99 likes this.
  5. bizpro99

    bizpro99 Active Member

    Messages:
    901
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    90
    #5

    Yes, that did it!
    Thank you so much.
    rep added
     
    bizpro99, Aug 24, 2008 IP