Hi, I have a site that has dynamically generated pages with pages like: http://mysite.com/my-category.php?id=1 & http://mysite.com/product_details.php?id=1 What I need is for URL's to be re-written so they look like this: http://mysite.com/unique-category-name.php & http://mysite.com/unique-product-name.php Some points to note. 1. The site is hosted on a linux server so this can be done in the .htaccess. 2. It is a custom made site so existing oscommerce contributions probably won'...