I am developing a site and the products displayed on site contains url like
product details page -->
mysite.com/jeans/details.php?id=1
I want to convert it to
mysite.com/jeans/details.php?slug.php
slug = new-jeans-america
I want to convert it to
mysite.com/jeans/details.php?new-jeans-america.php
How can I do this ?? Can anyone suggest an htaccess rewrite code ?
I am really new to htaccess .