Ver originalRewriteEngine On RewriteCond %{QUERY_STRING} nombre=(.+)&id=(\d+) RewriteRule ^producto/?$ /producto/%1/%2 [R=301,L]