<IfModule mod_rewrite.c>
RewriteEngine On
	RewriteRule ^(.+).html$ ?id=$1
</IfModule>