I just moved my blog from a hosted page on SquareSpace to a WordPress install on my web host. The import was easy, but I'm now facing the thorny problem of permalinks.
In my case, Squarespace's permalink structure is as follows:
http://example.com/blog/2011/01/01/a-blog-post.html
I want to redirect these to
http://example.com/2011/01/01/a-blog-post/
Can someone help me with a mod_rewrite rule to do this?
Thank in advance,
Monica