Hi, I would like get some advice how to make http://mysite/index.php?m=product&op=viewcat&id=anyid to http://mysite/category-name-goes-here.
I know i can use .htaccess but i can't hide the parameters.
RewriteRule ^category/([1-9][0-9]*) index.php?m=product&op=viewcat&id=$1
Regards
Witch parameters you cant hide?
id parameter. what I was trying to say is I want to show category name only in URL. I was looking for solution to remap/rewrite url.
If you don't put the id in the url you need to change your script, to find the product from your category by the category name. In my opinion you should keep the ID in the url something like this: http://mysite/category-name-goes-here/id