This question already has an answer here:
- URL rewrite to remove parameters 2 answers
I have this URL : http://website.com/?b=jack&s=TomJery&c=Stick
and wanted to rewrite it to : http://website.com/jack/TomJery/Stick
How to do this using the htaccess or without .htaccess in php
Thank you.
</div>