Regular expressions URL .htaccess

0

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
    
asked by sergibarca 29.06.2018 в 14:19
source

0 answers