Ported a blog into WordPress. However, WP trunciated URLs in two ways (both good!). Is there a wildcard (* or something) that will 301 across hundreds of files.
For example
blog.example.com/2011/09/06/blog-post/
was
blog.example.com/extra_directory/2011/09/06/blog-post.html
Thus, I need to wildcard both the /extra_directory/ (remove) and the .html to /
Any of you fine folks have a solution I can try?
Thanks,
- John