I'm using this code:
RewriteRule ^editar/candidato=([0-9]+)&admin=([0-9]+)/?$ http://localhost/MeuSite/candidatoeditar.php?candidato=$1&id=$2 [QSA,NC,L]
But I would like the link to look like this:
^editar?candidato=([0-9]+)&admin=([0-9]+)/?$
How to do this?