I'm trying to generate URLs to be somewhat more SEO-friendly. My regular expression is this:
Rewriterule ^carta(\w+)/(.+)/([0-9]+)/(.+)$ /pages/carta.php?id_menu=$1&nombre=$2
Currently the URLs are displayed like this:
localhost/pages/carta.php?id_menu=12&nombre=NOMBRE%DEL%MENÚ
And the intention is to show it like this,
localhost/nombre-del-menu