Hello friends, i want one of my site to be url rewritten.
i m not noob in this, but want ur opinion abt this what is im doing right or wrong?
Current case:
suppose i have a site example.com which is mobile content download site
how it works as first it show category, and sub cats and subsub cats so the current url of my working site is
www.example.com/index.php?do=showCat&catID=1&doEngine=postComment
so i apparently have three arguments 1) do, 2)catID and 3) doEngine
Now,
Q-1: i want it to rewrite as
exmple.com/video/1
where video is category with catID=1,
so how do i reformate it with www.example.com/index.php?do=showCat&catID=1&doEngine=postComment to exmple.com/video/1
i mean i dont want to show the arguments like do and doEngine?
so is it possible, ahh i mean how do i do that?
i want to use the catID (which is numeric), so i can get it fetched from db, instead of catName which can contain spaces , puntuations etc so i dont want it as reference to do fetching from db, so what to do next?
Your help is greatly appriciated.
Thanks