I want to know how can I convert url from
www.mydomain.com/product.php?product-full-name&product_id=123
To
www.mydomain.com/product/product-full-name/123
I know this is possible by URL rewriting in htaccess. It will great if someone show me the correct and clear way to do this. Thank you.