Ciao,
verifica che il link venga creato correttamente e poi sposta la regola di rewrite così:

codice:
RewriteRule ^([^/]*)/([^/]*).html$ /cartella/cat.php?cat=$1&title=$2 [L,QSA] 

# Catch-all - everything else gets handled in PHP for compatibility.
RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA]