Código (apache) [Seleccionar]
RewriteEngine on
# Redireccionar barra baja (_) a guion - mediante 301
RewriteRule ^prueba_(.+)\.html$ http://tudominio.com/prueba-$1.html [L,R=301,QSA]
# No hace falta explicacion.
RewriteRule prueba\-(.+)\.html$ index.php?m=$1 [L,QSA]
Saludos