What rewrite rule in .htaccess
do I need to rewrite an url in the form
http://localhost:8080/test/college_details.php?id=[some id]&name=[some name]
to the form
http://localhost:8080/test/[some name]/[some id]
For example, I'd like the URL http://localhost:8080/test/college_details.php?id=53&name=college-name
to be rewritten to http://localhost:8080/test/college-name/53