I have a file "makecategory.pl".
I pass 2 query string to it viz categoryid and siteid.
Now when this file comes up in the browser as "http://localhost/makecategory.pl?categoryid=17&siteid=1" ,
I want to display it in the browser as "http://localhost/makecategory/17/1" i.e in the address bar .
I have heard that mod rewrite helps in doing that.
I tried a lot of rewrite rules however i am unable to resolve my problem .
Can someone let me know how I can achieve the above using mod rewrite .