want to remove paramters from url using htaccess My url look like this
http://localhost/details?id=179&title=abcdefghij
i want to convert it like this (or any better suggestion)
http://localhost/details/179/abcdefghij
Please help me how can i acheive it