I'm new to ISAPI re-write rules and having some difficulty finding out if I can do the following.
I have ISAPI running on IIS6 and need to do the following.
If have a page where I pass a product ID to:
http://www.example.com/downloads/product-page.asp?id=10
I want the URL to show the page title in the format:
http://www.example.com/downloads/title-of-html-page
Is this possible?