301 Redirect Problem

Discussion in 'HTML & Website Design' started by jon2k6, Aug 18, 2007.

  1. #1
    Ok, can someone help... umm, i'm redirecting http://internetbabel.com to the www. equivalent for SEO purposes in Wordpress .htaccess using a 301 redirect.

    But for some reason, now when you go to click on one of the categories on the side it just takes you back to the homepage.

    http://www.internetbabel.com

    anyone help!???

    Cheers...
     
    jon2k6, Aug 18, 2007 IP
  2. ahelpinghand

    ahelpinghand Guest

    Best Answers:
    0
    #2
    Paste those lines in your .htaccess

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^internetbabel.com [NC]
    RewriteRule ^(.*)$ http://www.internetbabel.com/$1 [L,R=301]

    This will redirect ALL PAGES to the www equivalent.
     
    ahelpinghand, Aug 19, 2007 IP
  3. jon2k6

    jon2k6 Guest

    Messages:
    602
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #3
    those lines are in my .htaccess, the problem is when I have them in it directs everything back to index.php
     
    jon2k6, Aug 19, 2007 IP
  4. ahelpinghand

    ahelpinghand Guest

    Best Answers:
    0
    #4
    Those lines can't be the problem. There must be some other lines that do that.
     
    ahelpinghand, Aug 20, 2007 IP