I'm a bit rusty on .htaccess, need a bit of help. I just upgraded to Mu and so now when people access domain.com/year or any string like that, they get 404 errors because all posts are now filed under domain.com/blog/. I think I'm supposed to use regex so that regardless if someone vists domain.com/2006/ or domain.com/2006/04/a-post-from-the-past.php it will prefix blog after domain.com/ no?
If that is the case, how would I do that? Thanks!