<IfModule mod_rewrite.c>
RewriteEngine On
	RewriteRule ^history_([0-9]+).html$ index.php?id=$1
</IfModule>