RewriteEngine On RewriteRule ^element/(w+)/?$ element.php?id=$1 //Yo pondria esto:RewriteRule ^element/(.+)$ element.php?id=$1