1
I need to make a conversion of a "query" of an HTML form that must pass information to do a database search. I think it might be something like a sort of "friendly url," of the simplest.
Basically it is, with this string passed through the formular "?Category=html&year=2017" for something like this "/Category/html" or "/year/2017".
I know it’s possible to do this with the ".htaccess", but I don’t know HOW do.
I’d appreciate it if someone could help.