i found about this arguments nice tutorials about how to set it up,
via htaccess files.
but still have a logic doubt:
with mod rewrite i translate URI like mycategory/productd/description/id to myscript.php?id=234234
so the right use is to print out urls in the final html out put like the above
then let them redirect by the htaccess?
so i perform the select in my products/cat DB
print the urls in descriptive way
set up a php script that will accept the id as input and then output the requested prduct
and that's it?
i'm just not sure if this is the right approach to use it...
need a confirm about this coz' didnt find any usage guide out there...
thanks!