I am trying to rewrite a URL like:
http://example.com/shop/item.php?id=2
To something like:
http://example.com/shop/my-page-title-2.html
Because of the possibility of having multiple items with the same page title, I want to add the ID to the URL, as each ID is unique and will ensure I do not have any duplicate URL's.
The page title should also be rewritten so that everything is in lowercase for the URL.
Any help would be greatly appreciated!