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...
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.
those lines are in my .htaccess, the problem is when I have them in it directs everything back to index.php