I am currently sitting with a blog url that looks like this:
www.thedomain.com/blog/blog/blog-post
sitting in the root folder (it is WordPress).
I want to be able to remove one blog in the URL. I tried adding this in my .htaccess
file but I get an error:
The page isn't redirecting properly
RewriteRule ^blog/(.+)$ http://www.thedomain.com/blog/$1 [R=301,L]