I've noticed that it was possible to make a query string something more readable for the user, like this:
real url:
site.com/roupas?categoria=vestidos
for this (what the user sees)
site.com/roupas/vestidos ou site.com/roupas/categoria/vestidos
I also know that the path is through htaccess and have to understand REGEXR to do something + - so, but I need a tip to understand how to do this process, if possible make the below URL readable only for example:
site.com/roupas?categoria=vestidos
And another, .. with this transformation, this will not mess up when I want to get the parameter for GET right? That is, it is only the visual part that changes and the functional part does not? ..