How can I rewrite lots of URLs using mod_rewrite in the .htaccess file, when the URLs are in the form:

blog.php?month=december&day=21&year=2010&author=thomasfoster96 ?

I want it to be in the form:

/blog/thomasfoster96/2010/december/21/

I can't find any Tutorials, etc, so I need some help!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.