I have in wordpress page whith: search-card/?order=desc&operation=sale
I am use in htaccess:
RewriteRule ^card/([a-zA-Z0-9]+)/([a-zA-Z0-9]+)$ search-card/?order=$1&operation=$2 [L,QSA]
But no working link to: http://localhost/mywordpress/card/desc/sale