I need to do a "query" conversion of an HTML form that should pass information to do a search in the database. I think it could be something like a kind of "friendly url", the simplest.
Basically it is, with this string passed by the form "? category = html & year = 2017 " to something like " / category / html " or " / year / 2017 ".
I know that you can do this with " .htaccess ", but I do not know how to do it.
Thank you if anyone can help.