Click to See Complete Forum and Search --> : .htaccess 301 redirect and wordpress


millionairematt
12-19-2009, 12:20 PM
Hello,

I am trying to do a 301 redirect, here is what I am putting in my .htaccess file.

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^stockdaletechnologies.com [nc]
rewriterule ^(.*)$ http://www.stockdaletechnologies.com/$1 [r=301,nc]

This works for my entire site with one exception. When I go to my blog, which is at www.stockdaletechnologies.com/blog, it gives me this lovely message:

The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

* This problem can sometimes be caused by disabling or refusing to accept
cookies.


Am I missing something here?