Quieres hacer que esto
acordes/m/marcos_witt/al_rey-15.html
entre a esto
canciones.php?abc=M&artista=Marcos_Witt&cancion=Al _rey&id=15
Pues aqui va mi primer intento
Código PHP:
RewriteEngine on
RewriteRule ^index.html index.php
RewriteRule ^artistas/([a-z]+)/([a-z_0-9]+) index.php?go=artistas&abc=$1&ir=$2 [NC]
RewriteRule ^artistas/([a-z]+) index.php?go=artistas&abc=$1 [NC]
RewriteRule ^artistas/([a-z]+)/([a-z_0-9]+)/([a-z]+)-([0-9]+).html$ canciones.php?abc=$1&artista=$2&cancion=$3&id=$4 [NC,L]
Se me habia pasado escapar el . en .html