I've been asked to develop a mod_rewrite to change
http://www.example.com/health-and-fitness-tips/999/
into
http://www.example.com/health-and-fitness-tips/how-do-I-lose-10kg-in-12-weeks/
where 999 is the id and How do I lose 10kg in 12 weeks is the title.
Is this even remotely possible or is mod_rewrite only for changing something like
http://localhost/siteengine/products.php?id=123
into
http://localhost/products/123
???