I developed a Joomla website which is like a directory. People have their profile in the site and I created a component called com_profile to display their profile when passing the id. So for the following URL it is displaying the profile now.
http:///index.php?option=com_profile&id=100
I need to change the url so when a user type like this "http:///service_providers/100" it will show the profile.
How can I do this? I tried different ways in htaccess nothing helped. :(