RewriteEngine on
RewriteRule ^([a-z,0-9,A-Z,_-]+)$ "index.php?fatura=$1"
RewriteRule ^([a-z,0-9,A-Z,_-]+)(/)?$ "index.php?fatura=$1"