Question
How do I replace a URL in the address bar with a 'friendly' URL?
I have database driven site. Users drill down through products but the URL in the address bar looks like this:
http://www.mydomain.com/products/product.cfm?productID=3
I can obviously change this to:
http://www.mydomain.com/products/product.cfm?productname=screwdriver
by altering the query in the product.cfm page but what I would really like is this:
http://www.mydomain.com/product/screwdriver
Any ideas?
Thanks